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

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