1
0
Fork 0

Bump to version 2.5.0

This commit is contained in:
Torsten Dreyer 2011-07-17 11:07:07 +02:00
parent 172c635f03
commit c238f86637
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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

View file

@ -1 +1 @@
2.4.0
2.5.0