From 979fc9785b2f91e1a7551dc1cd28743e2310759a Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 17 Jan 2012 07:46:52 +0100 Subject: [PATCH] bump version number to 2.6.0 --- CMakeLists.txt | 2 +- src/Main/options.cxx | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44dcbd6af..735f52fb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/src/Main/options.cxx b/src/Main/options.cxx index d71766671..53887aa2f 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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 437459cd9..e70b4523a 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0 +2.6.0