From: durk Date: Tue, 19 Jan 2010 20:46:28 +0000 (+0000) Subject: Update base package version check. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a023700ebe3f2f0067224fa6456e02d91dee444e;p=flightgear.git Update base package version check. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index fdf0bfd38..7f7152d8d 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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