From 68c4c13349e24a3cd7aa061ee4d86e4b2828f950 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 Jan 2009 10:18:03 +0100 Subject: [PATCH] Adjust messages produced by '-V'. --- index/zebraidx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4