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

index fe7610f4f68cb8048fc9b54cd4b4d6c73d444480..d82a8f4adf37d83a0d11d1f77cbd661b4901b0cc 100644 (file)
@@ -131,7 +131,7 @@ if(ENABLE_LIBSVN)
 endif(ENABLE_LIBSVN)
 
 find_package(PLIB REQUIRED puaux pu js fnt)
-find_package(SimGear 2.3.0 REQUIRED)
+find_package(SimGear 2.4.0 REQUIRED)
 
 check_include_file(unistd.h HAVE_UNISTD_H)
 check_include_file(sys/time.h HAVE_SYS_TIME_H)
index 1c4a7410f03666feff3835735c53aab8aa620cb8..e9b2587d7922f27b1ec19aa5c46f0d6c54691fe7 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.3.0";
+    static char required_version[] = "2.4.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 276cbf9e2858c779297bb9f73b34170302949ec4..197c4d5c2d7c724b4cd0048f4e3574bb3fa5c8db 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2.3.0
+2.4.0