dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre3)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.5)
dnl Checks for programs.
AC_PROG_MAKE_SET
fgInitFGRoot(argc, argv);
// Check for the correct base package version
- static char required_version[] = "0.9.5-pre3";
+ static char required_version[] = "0.9.5";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application