]> git.mxchange.org Git - simgear.git/commitdiff
Attempt to sort out the version number mess in preparation for a 1.9.0 release.
authorcurt <curt>
Fri, 19 Dec 2008 20:39:59 +0000 (20:39 +0000)
committercurt <curt>
Fri, 19 Dec 2008 20:39:59 +0000 (20:39 +0000)
Doxyfile
NEWS
configure.ac

index 06f642215498f5df82d9309933becee5465bc082..e7b8ae9b476c4aa2091b780cb72ce60113a30b4b 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -22,7 +22,7 @@ PROJECT_NAME           = SimGear
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.99.5
+PROJECT_NUMBER         = 1.9.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/NEWS b/NEWS
index 21a3c0364f6073d47261f424977a3d85e6ba2aff..ab05028a0cad7bcfc765dded9636e8b95d93f8af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-Version 1.99.5
-* October 30, 2008 (sourcecode snapshot release)
+Version 1.9.0
+* Thu Dec 18 15:12:15 CST 2008
+
+
+Version 1.8.6
+* Mon Dec  1 14:02:47 CST 2008
+
+
+Version 1.8.5
+* October 30, 2008 (source code snapshot release)
 
 
 New in 0.3.10
index cbe9a21ac0f24cbb054a359cdb3aabd2540fa760..889ad918d444ce8c24582b735507811a1e777d77 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, 1.99.5-rc2)
+AM_INIT_AUTOMAKE(SimGear, 1.9.0)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.