]> git.mxchange.org Git - simgear.git/commitdiff
Final 0.3.5 tweaks.
authorcurt <curt>
Fri, 26 Mar 2004 21:07:15 +0000 (21:07 +0000)
committercurt <curt>
Fri, 26 Mar 2004 21:07:15 +0000 (21:07 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6ef40d44bdb2734c4b78a9a14ac8772f324758bd..18f71e28afb4981b5a1be2f51d447bbd0c0f4665 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.3.5.pre2
-* March 23, 2004
+New in 0.3.5
+* March 26, 2004
 
 * Added Andy's nasal interpreter for small built in scripting tasks.
   Nasal integrates nicely with FlightGear's property system.
index c4ff82b5b60d1201216b2716a0113b63942f0a38..9d448213a0bca1f2abb0befe32a1798ed45dd79a 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.5.pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.3.5)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.