From 7857ef0381a70e9ae0b31cd16df1f08ea44aa8d7 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 29 Jul 2004 21:54:15 +0000 Subject: [PATCH] Tweaks for 0.9.5 release. --- NEWS | 4 ++-- configure.ac | 2 +- src/Main/main.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c68609834..223733358 100644 --- 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. diff --git a/configure.ac b/configure.ac index b9bd6e9df..30727d69c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7072f348d..2bb717155 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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