From: curt Date: Fri, 13 Sep 2002 23:37:55 +0000 (+0000) Subject: Update base package version. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdde29e2038692f17bb986ac87bd4ae2512a6d56;p=flightgear.git Update base package version. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 4ccfc0a49..277957a2f 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -1474,7 +1474,7 @@ int mainLoop( int argc, char **argv ) { fgInitFGRoot(argc, argv); // Check for the correct base package version - static char required_version[] = "0.7.11pre1"; + static char required_version[] = "0.8.0"; string base_version = fgBasePackageVersion(); if ( !(base_version == required_version) ) { // tell the operator how to use this application