bump version number to 2.6.0
This commit is contained in:
parent
eb5f93c5e0
commit
979fc9785b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
2.5.0
|
||||
2.6.0
|
||||
|
|
Loading…
Reference in a new issue