]> git.mxchange.org Git - simgear.git/commitdiff
v0.3.10 changes.
authorcurt <curt>
Wed, 5 Apr 2006 18:42:45 +0000 (18:42 +0000)
committercurt <curt>
Wed, 5 Apr 2006 18:42:45 +0000 (18:42 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 16a88e8d04b7395cd57c0c72770edb830f265311..df25664cdf4b72648905afbcd0dad0d319e2eab6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.3.10-pre3
-* March 27, 2006
+New in 0.3.10
+* April 5, 2006
 
 * Add a small accessor function to expose local timezone offset.
 * Improved exception handling and made output more helpful in various places.
@@ -17,7 +17,7 @@ New in 0.3.10-pre3
   library.
 * Add MacOS RenderTexture support.
 * Add a Nasal based io libarary that is not activated by default.
-* Added a set of preliminary MS-VC8 project files.
+* Added a set of MS-VC8 project files.
 
 * Various platform related bug fixes.
 * Various compiler related bug/warning fixes.
index 0902a601d55dbd27bd688cde80b676d94dfa8895..c20bd6408d2ac7eecc262991d571cb454ffa5d71 100644 (file)
@@ -8,7 +8,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.10-pre3)
+AM_INIT_AUTOMAKE(SimGear, 0.3.10)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.