1
0
Fork 0

Update base package version check.

This commit is contained in:
durk 2010-01-19 20:46:28 +00:00 committed by Tim Moore
parent 13ec36af42
commit a023700ebe

View file

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