]> git.mxchange.org Git - flightgear.git/commitdiff
Update base package version check.
authordurk <durk>
Tue, 19 Jan 2010 20:46:28 +0000 (20:46 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 21 Jan 2010 05:30:35 +0000 (06:30 +0100)
src/Main/main.cxx

index fdf0bfd38fb4a8b145d8dc6340d7c293a197e2d7..7f7152d8d031d8e6c8b311e2ebe7f291af53b7bc 100644 (file)
@@ -891,7 +891,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "1.9.0";
+    static char required_version[] = "2.0.0";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application