mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Added cvs_revision
SVN revision: 1092
This commit is contained in:
parent
7091c4bf50
commit
de7872aedd
@ -6,9 +6,10 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.484 2004/09/24 20:39:11 midas
|
Revision 1.485 2004/09/24 20:40:25 midas
|
||||||
Added cvs_revision
|
Added cvs_revision
|
||||||
|
|
||||||
|
|
||||||
Revision 1.483 2004/09/24 16:07:07 midas
|
Revision 1.483 2004/09/24 16:07:07 midas
|
||||||
Display first/previous/next/last directly as link if first.gif is missing
|
Display first/previous/next/last directly as link if first.gif is missing
|
||||||
|
|
||||||
@ -567,7 +568,7 @@
|
|||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.5.4-4"
|
#define VERSION "2.5.4-4"
|
||||||
char cvs_revision = "$Id";
|
char cvs_revision = "$Id$";
|
||||||
|
|
||||||
/* ELOG identification */
|
/* ELOG identification */
|
||||||
static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;
|
static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user