diff --git a/CMakeLists.txt b/CMakeLists.txt index d82a8f4ad..429f22ff3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ if(ENABLE_LIBSVN) endif(ENABLE_LIBSVN) 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(sys/time.h HAVE_SYS_TIME_H) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index e9b2587d7..2a2db1344 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -615,7 +615,7 @@ int fgMainInit( int argc, char **argv ) { fgInitFGRoot(argc, argv); // 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(); if ( !(base_version == required_version) ) { // tell the operator how to use this application diff --git a/version b/version index 197c4d5c2..437459cd9 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.4.0 +2.5.0