Bump to version 2.5.0
This commit is contained in:
parent
172c635f03
commit
c238f86637
3 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ if(ENABLE_LIBSVN)
|
||||||
endif(ENABLE_LIBSVN)
|
endif(ENABLE_LIBSVN)
|
||||||
|
|
||||||
find_package(PLIB REQUIRED puaux pu js fnt)
|
find_package(PLIB REQUIRED puaux pu js fnt)
|
||||||
find_package(SimGear 2.4.0 REQUIRED)
|
find_package(SimGear 2.5.0 REQUIRED)
|
||||||
|
|
||||||
check_include_file(unistd.h HAVE_UNISTD_H)
|
check_include_file(unistd.h HAVE_UNISTD_H)
|
||||||
check_include_file(sys/time.h HAVE_SYS_TIME_H)
|
check_include_file(sys/time.h HAVE_SYS_TIME_H)
|
||||||
|
|
|
@ -615,7 +615,7 @@ int fgMainInit( int argc, char **argv ) {
|
||||||
fgInitFGRoot(argc, argv);
|
fgInitFGRoot(argc, argv);
|
||||||
|
|
||||||
// Check for the correct base package version
|
// Check for the correct base package version
|
||||||
static char required_version[] = "2.4.0";
|
static char required_version[] = "2.5.0";
|
||||||
string base_version = fgBasePackageVersion();
|
string base_version = fgBasePackageVersion();
|
||||||
if ( !(base_version == required_version) ) {
|
if ( !(base_version == required_version) ) {
|
||||||
// tell the operator how to use this application
|
// tell the operator how to use this application
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
2.4.0
|
2.5.0
|
||||||
|
|
Loading…
Reference in a new issue