--- Frodo4/Src/Version.h 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/Version.h 2003/07/01 18:06:06 1.3 @@ -1,7 +1,7 @@ /* * Version.h - Version information * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ // Version/revision const int FRODO_VERSION = 4; -const int FRODO_REVISION = 1; -const char VERSION_STRING[] = "Frodo V4.1b"; +const int FRODO_REVISION = 2; +const char VERSION_STRING[] = "Frodo V4.2"; #endif