]> git.mxchange.org Git - simgear.git/commitdiff
Tidy up for a source code "snapshot" release.
authorcurt <curt>
Thu, 30 Oct 2008 17:51:00 +0000 (17:51 +0000)
committercurt <curt>
Thu, 30 Oct 2008 17:51:00 +0000 (17:51 +0000)
Doxyfile
NEWS
SimGear.dsp
configure.ac

index ed5356997cfdde96fddca9f17a31dd7bf06017f0..06f642215498f5df82d9309933becee5465bc082 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.3.10
+PROJECT_NUMBER         = 1.99.5
 
 # 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 df25664cdf4b72648905afbcd0dad0d319e2eab6..21a3c0364f6073d47261f424977a3d85e6ba2aff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.99.5
+* October 30, 2008 (sourcecode snapshot release)
+
+
 New in 0.3.10
 * April 5, 2006
 
index 5c21b11c08558cc8103af09574c75a5669c3cb11..9864af726a8f76b5ad0599712be7e9d2e7a9eeee 100644 (file)
@@ -1650,6 +1650,21 @@ SOURCE=.\simgear\scene\sky\newcloud.cxx
 \r
 !ENDIF \r
 \r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\simgear\scene\sky\CloudShaderGeometry.cxx\r
+\r
+!IF  "$(CFG)" == "SimGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_sgsky"\r
+\r
+!ELSEIF  "$(CFG)" == "SimGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_sgsky"\r
+\r
+!ENDIF \r
+\r
 # End Source File\r
 # End Group\r
 # Begin Group "Lib_sgtgdb"\r
index 5b7259c4abfa88fbcb36503a8cba391fbe063b83..4f19330378a993a899dfc1122ed102dfe664528d 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.4)
+AM_INIT_AUTOMAKE(SimGear, 1.99.5)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.