From: durk Date: Tue, 11 Dec 2007 21:48:00 +0000 (+0000) Subject: Make sure fgfs finds the correct version of the base package. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50ba7b93b8a6993611ac4c0ad371e4d57fc358ba;p=flightgear.git Make sure fgfs finds the correct version of the base package. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 6376c098e..5c1788d12 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -1012,7 +1012,7 @@ bool fgMainInit( int argc, char **argv ) { fgInitFGRoot(argc, argv); // Check for the correct base package version - static char required_version[] = "0.9.11"; + static char required_version[] = "1.0.0"; string base_version = fgBasePackageVersion(); if ( !(base_version == required_version) ) { // tell the operator how to use this application