1
0
Fork 0

Make sure fgfs finds the correct version of the base package.

This commit is contained in:
durk 2007-12-11 21:48:00 +00:00
parent 579b60b8e4
commit 50ba7b93b8

View file

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