--- BasiliskII/src/include/version.h 1999/10/21 18:29:08 1.2 +++ BasiliskII/src/include/version.h 2005/01/30 21:42:15 1.7 @@ -1,7 +1,7 @@ /* * version.h - Version information * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2005 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 @@ -21,9 +21,9 @@ #ifndef VERSION_H #define VERSION_H -const int VERSION_MAJOR = 0; -const int VERSION_MINOR = 8; +const int VERSION_MAJOR = 1; +const int VERSION_MINOR = 0; -#define VERSION_STRING "Basilisk II V0.8" +#define VERSION_STRING "Basilisk II V1.0" #endif