diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 74484aa2..92580d47 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -4,6 +4,9 @@ Version 2.1.2, released September xx, 2002 - Self registration now also works without guest menu commands - Reversed up/down arrow to indicate sort order - Added IP information to log file +- Added "Select" functionality +- Added ROptions for radio button options +- Added "Copy to" and "Move to" to specify certain logbooks Version 2.1.1, released August 13th, 2002 ========================================= diff --git a/elogd.c b/elogd.c index eefb62d4..f26ee3de 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.72 2002/09/10 15:34:38 midas + Version 2.1.2 + Revision 2.71 2002/09/10 05:59:04 midas Made selections work with 'copy to' and 'move to' @@ -317,7 +320,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.1.1" +#define VERSION "2.1.2" #include #include