From ea48ace79e14c5883d34ed7ddd727638f2094732 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 10 Sep 2004 11:21:34 +0000 Subject: [PATCH] Version 2.5.4-3 SVN revision: 1070 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index f42a0ae8..c8d54bb1 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.467 2004/09/10 11:21:34 midas + Version 2.5.4-3 + Revision 1.466 2004/09/09 19:35:34 midas Fixed bug with HUP signal going into accept() @@ -512,7 +515,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.5.4-2" +#define VERSION "2.5.4-3" /* ELOG identification */ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;