From 3bfee87bba5bce34b8a79c06d365f6af1b6754a3 Mon Sep 17 00:00:00 2001
From: Torsten Dreyer <Torsten@t3r.de>
Date: Tue, 17 Jan 2012 08:36:20 +0100
Subject: [PATCH] bump version number to 2.7.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 735f52fb3..442d95ffa 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.6.0 REQUIRED)
+find_package(SimGear 2.7.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 53887aa2f..395c851a3 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.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 e70b4523a..24ba9a38d 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.6.0
+2.7.0