]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks for next prerelease.
authorcurt <curt>
Mon, 2 Sep 2002 04:08:01 +0000 (04:08 +0000)
committercurt <curt>
Mon, 2 Sep 2002 04:08:01 +0000 (04:08 +0000)
Doxyfile
NEWS
configure.ac

index 334a015b49844908a0f25a71a4eda8126e39f65f..2a27ee87dbbc311463fbc2d06ffea6ce26ba0378 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         = 0.0.19pre1
+PROJECT_NUMBER         = 0.0.19pre2
 
 # 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 d77ccbd3d487fb539435bded3e1c520192ce79a3..bc2c9fb9ca5e7a3a98b07087924c5ae550843a4d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+New in 0.0.19pre2
+* September 1, 2002
+
+* Fixed various build problems (one show stopper with the interpreters
+  subdir)
+
+
 New in 0.0.19pre1
 * August 31, 2002
 
index 4322821ff1b9e47bb0a16571e688720050f6d44d..885ce39a52d560f6c776db32e54168c10ad528f1 100644 (file)
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([simgear/bucket/newbucket.cxx])
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.19pre1)
+AM_INIT_AUTOMAKE(SimGear, 0.0.19pre2)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.