- provide SIMGEAR_VERSION in no_version.h
- remove duplicate define of FLIGHTGEAR_VERSION
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0"
+// define in version.h and no_version.h
+/* #define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0" */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
// placeholder values instead.
#define FLIGHTGEAR_VERSION "development " __DATE__
+#define SIMGEAR_VERSION FLIGHTGEAR_VERSION
#define HUDSON_BUILD_NUMBER 0
#define HUDSON_BUILD_ID "none"
#define REVISION "unknown"
-#endif
\ No newline at end of file
+#endif