]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks for official 0.3.6 release.
authorcurt <curt>
Thu, 29 Jul 2004 21:36:41 +0000 (21:36 +0000)
committercurt <curt>
Thu, 29 Jul 2004 21:36:41 +0000 (21:36 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c50693edf1376c9dd854cb72bf92ee73db233b7e..f343a300b25a773eb26de88ba8f05cc6582859ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-New in 0.3.6-pre3
+New in 0.3.6
+* July 29, 2004
+
 * Better MinGW support
 * A bit better handling of OpenAL under Cygwin
 * Switched audio system from plib's "sl/sm" to OpenAL.
index 64a0e14e5217c8f697b3fa51ea37e1f8edddcba0..105ed297163acf0fcd433d1798b9ac877e7d13e0 100644 (file)
@@ -10,7 +10,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre3)
+AM_INIT_AUTOMAKE(SimGear, 0.3.6)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.