]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks for 0.9.5 release.
authorcurt <curt>
Thu, 29 Jul 2004 21:54:15 +0000 (21:54 +0000)
committercurt <curt>
Thu, 29 Jul 2004 21:54:15 +0000 (21:54 +0000)
NEWS
configure.ac
src/Main/main.cxx

diff --git a/NEWS b/NEWS
index c68609834260b778b58a12301b7eaa1c8d732615..22373335844c09da513c9912c25ee68f1cfd4ffc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.9.5-pre1
-* July 15, 2004
+New in 0.9.5
+* July 29, 2004
 
 * New AIModel based air traffic subsystem (Durk Talsma)
 * Updates to the AIModel subsystem.
index b9bd6e9dfaaaa7e27713ee50b8401c47da91d054..30727d69c21e7d5d01b8a640c5f9905516e93060 100644 (file)
@@ -12,7 +12,7 @@ AC_PREREQ(2.52)
 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
index 7072f348db93adbbb6f6bef2699e604576bb2346..2bb717155b8e0b62faf3bab81cd397f7b16ae1a5 100644 (file)
@@ -1559,7 +1559,7 @@ bool fgMainInit( int argc, char **argv ) {
     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