1
0
Fork 0

Update base package version.

This commit is contained in:
curt 2002-09-13 23:37:55 +00:00
parent a4b3e35c0e
commit bdde29e203

View file

@ -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