Adjust messages produced by '-V'.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Jan 2009 09:18:03 +0000 (10:18 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Jan 2009 09:18:03 +0000 (10:18 +0100)
index/zebraidx.c

index 8f50e3e..eba671f 100644 (file)
@@ -241,10 +241,10 @@ int main(int argc, char **argv)
             zebra_get_version(version_str, sys_str);
 
             printf("Zebra %s\n", version_str);
-           printf("(C) 1994-2007, Index Data ApS\n");
+           printf("(C) 1994-2009, Index Data ApS\n");
             printf("Zebra is free software, covered by the GNU General Public License, and you are\n");
             printf("welcome to change it and/or distribute copies of it under certain conditions.\n");
-            printf("Configured as: %s\n", sys_str);
+            printf("SHA1 ID: %s\n", sys_str);
             if (strcmp(version_str, ZEBRAVER))
                 printf("zebraidx compiled version %s\n", ZEBRAVER);
 #if YAZ_HAVE_ICU