From 05eaff8bd5ce77b20d9db291b90adf1c3f467556 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 11 Aug 2004 06:41:35 +0000 Subject: [PATCH] Release 2.5.4-2 SVN revision: 1056 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 2a18e697..0fc4e89f 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.458 2004/08/11 06:41:35 midas + Release 2.5.4-2 + Revision 1.457 2004/08/10 07:51:08 midas Fixed bug in error display on too long content length @@ -485,7 +488,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.5.4" +#define VERSION "2.5.4-2" /* ELOG identification */ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;