Bump Simgear version to 2.3.0 - should have been done after 2.2.0 was branched, oops. Will refactor this lot to use a single 'version' file like FG, soon.

This commit is contained in:
James Turner
2011-05-21 14:12:31 +01:00
parent 60c7507a33
commit 0e92cfbd0d
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ include (CPack)
project(SimGear)
set(SIMGEAR_VERSION "2.2.0")
set(SIMGEAR_VERSION "2.3.0")
#packaging
SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/COPYING")

View File

@@ -8,7 +8,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 2.2.0)
AM_INIT_AUTOMAKE(SimGear, 2.3.0)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.

View File

@@ -31,7 +31,7 @@
/* #define TM_IN_SYS_TIME 1 */
/* Define to version number */
#define VERSION "2.0.0"
#define VERSION "2.3.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1

View File

@@ -31,7 +31,7 @@
/* #define TM_IN_SYS_TIME 1 */
/* Define to version number */
#define VERSION "2.0.0"
#define VERSION "2.3.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1