]> git.mxchange.org Git - flightgear.git/commitdiff
bump version number to 2.7.0
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 17 Jan 2012 07:36:20 +0000 (08:36 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 17 Jan 2012 07:36:20 +0000 (08:36 +0100)
CMakeLists.txt
src/Main/options.cxx
version

index 735f52fb3bfd1b893a7cb0b202e1afaec2a81a7b..442d95ffa3eff8b66edc8a838f713a73cca8594a 100644 (file)
@@ -225,7 +225,7 @@ if(ENABLE_LIBSVN)
 endif(ENABLE_LIBSVN)
 
 find_package(PLIB REQUIRED puaux pu js fnt)
-find_package(SimGear 2.6.0 REQUIRED)
+find_package(SimGear 2.7.0 REQUIRED)
 
 if (JPEG_FACTORY)
     # check simgear was built with JPEG-factory support
index 53887aa2f3cc9fd4cd3101f0511c051bc27e7b98..395c851a32fd8864f1a348f73235fffe6104e9cf 100644 (file)
@@ -2246,7 +2246,7 @@ void Options::setupRoot()
   globals->set_fg_root(root);
   
 // validate it
-  static char required_version[] = "2.6.0";
+  static char required_version[] = "2.7.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 e70b4523ae7ffe8aa3cac8ecd1b093fba5a98737..24ba9a38de68d00674ec97b283a967699716b9f4 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2.6.0
+2.7.0