diff --git a/doc/wishlist.html b/doc/wishlist.html index 9b08ef48..bf8ec36d 100755 --- a/doc/wishlist.html +++ b/doc/wishlist.html @@ -102,6 +102,10 @@ email. Show sums of numeric attributes 1 + +Let each user choose its language separately +1 + diff --git a/src/elogd.c b/src/elogd.c index fccda3d0..29b3b21b 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.651 2005/05/09 11:06:28 ritt + Version 2.5.9-2 + Revision 1.650 2005/05/09 11:02:26 ritt Change '(' to '\(' in quick filters for regex matching @@ -1065,7 +1068,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.5.9-1" +#define VERSION "2.5.9-2" char cvs_revision[] = "$Id$"; /* ELOG identification */