From de7872aeddfbb3f631ace47793125264ad4a0637 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 24 Sep 2004 20:40:25 +0000 Subject: [PATCH] Added cvs_revision SVN revision: 1092 --- src/elogd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 49ca2d56..e1640f3b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,9 +6,10 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ - Revision 1.484 2004/09/24 20:39:11 midas + Revision 1.485 2004/09/24 20:40:25 midas Added cvs_revision + Revision 1.483 2004/09/24 16:07:07 midas Display first/previous/next/last directly as link if first.gif is missing @@ -567,7 +568,7 @@ /* Version of ELOG */ #define VERSION "2.5.4-4" -char cvs_revision = "$Id"; +char cvs_revision = "$Id$"; /* ELOG identification */ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;