From: Adam Dickmeiss Date: Tue, 6 Jan 2009 09:18:03 +0000 (+0100) Subject: Adjust messages produced by '-V'. X-Git-Tag: v2.0.36~14 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=68c4c13349e24a3cd7aa061ee4d86e4b2828f950 Adjust messages produced by '-V'. --- diff --git a/index/zebraidx.c b/index/zebraidx.c index 8f50e3e..eba671f 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -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