release.
dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 1.99.5-rc2)
+AM_INIT_AUTOMAKE(FlightGear, 1.9.0)
dnl Checks for programs.
AC_PROG_MAKE_SET
exit
fi
-AC_MSG_CHECKING([for SimGear 1.99.5 or newer])
+AC_MSG_CHECKING([for SimGear 1.9.0 or newer])
AC_TRY_RUN([
#include <stdio.h>
#define XSTRINGIFY(X) #X
#define MIN_MAJOR 1
-#define MIN_MINOR 99
-#define MIN_MICRO 5
+#define MIN_MINOR 9
+#define MIN_MICRO 0
int main() {
int major, minor, micro;
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC6-WIN32-1.99.5"
+#define FLIGHTGEAR_VERSION "MSVC6-WIN32-1.9.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
#define TM_IN_SYS_TIME 1
/* Define to version number */
-#define VERSION "1.99.5"
+#define VERSION "1.9.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-1.99.5"
+#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-1.9.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
#define TM_IN_SYS_TIME 1
/* Define to version number */
-#define VERSION "1.99.5"
+#define VERSION "1.9.0"
#ifndef FG_VERSION /* allow override */
#define FG_VERSION 7
#endif /* FG_VERSION */
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
-#define FLIGHTGEAR_VERSION "MSVC8-WIN32-1.99.5"
+#define FLIGHTGEAR_VERSION "MSVC8-WIN32-1.9.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
#define TM_IN_SYS_TIME 1
/* Define to version number */
-#define VERSION "1.99.5"
+#define VERSION "1.9.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1
fgInitFGRoot(argc, argv);
// Check for the correct base package version
- static char required_version[] = "1.99.5";
+ static char required_version[] = "1.9.0";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application