]> git.mxchange.org Git - flightgear.git/commitdiff
Bump to version 2.5.0
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 17 Jul 2011 09:07:07 +0000 (11:07 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 17 Jul 2011 09:07:07 +0000 (11:07 +0200)
CMakeLists.txt
src/Main/main.cxx
version

index d82a8f4adf37d83a0d11d1f77cbd661b4901b0cc..429f22ff3e3501d882eeea8191f89443ffceacb5 100644 (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)
index e9b2587d7922f27b1ec19aa5c46f0d6c54691fe7..2a2db134465ea880fe13e35acf6c6b48d16db535 100644 (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
diff --git a/version b/version
index 197c4d5c2d7c724b4cd0048f4e3574bb3fa5c8db..437459cd94c9fa59d82c61c0bc8aa36e293b735e 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2.4.0
+2.5.0