]> git.mxchange.org Git - flightgear.git/commitdiff
Anticipating v2.4.0 - bump fgdata version to 2.3.0
authorTorsten Dreyer <Torsten@t3r.de>
Sat, 4 Jun 2011 13:53:38 +0000 (15:53 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sat, 4 Jun 2011 13:53:38 +0000 (15:53 +0200)
src/Main/main.cxx

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