From 50ba7b93b8a6993611ac4c0ad371e4d57fc358ba Mon Sep 17 00:00:00 2001 From: durk Date: Tue, 11 Dec 2007 21:48:00 +0000 Subject: [PATCH] Make sure fgfs finds the correct version of the base package. --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 6376c098e..5c1788d12 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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 -- 2.39.5