1
0
Fork 0

bump version number to 2.6.0

This commit is contained in:
Torsten Dreyer 2012-01-17 07:46:52 +01:00
parent eb5f93c5e0
commit 979fc9785b
3 changed files with 3 additions and 3 deletions

View file

@ -225,7 +225,7 @@ if(ENABLE_LIBSVN)
endif(ENABLE_LIBSVN)
find_package(PLIB REQUIRED puaux pu js fnt)
find_package(SimGear 2.5.0 REQUIRED)
find_package(SimGear 2.6.0 REQUIRED)
if (JPEG_FACTORY)
# check simgear was built with JPEG-factory support

View file

@ -2246,7 +2246,7 @@ void Options::setupRoot()
globals->set_fg_root(root);
// validate it
static char required_version[] = "2.5.0";
static char required_version[] = "2.6.0";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application

View file

@ -1 +1 @@
2.5.0
2.6.0