--- SheepShaver/src/include/version.h 2002/02/04 16:58:13 1.1.1.1 +++ SheepShaver/src/include/version.h 2008/01/01 09:47:39 1.5 @@ -1,7 +1,7 @@ /* * version.h - Version information * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * 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 @@ -22,6 +22,6 @@ #define VERSION_H const int VERSION_MAJOR = 2; -const int VERSION_MINOR = 2; +const int VERSION_MINOR = 3; #endif