From: curt Date: Thu, 30 Oct 2008 17:51:00 +0000 (+0000) Subject: Tidy up for a source code "snapshot" release. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91e22c1fb3780af19f29447cf2448a11cedba29a;p=simgear.git Tidy up for a source code "snapshot" release. --- diff --git a/Doxyfile b/Doxyfile index ed535699..06f64221 100644 --- 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 df25664c..21a3c036 100644 --- 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 diff --git a/SimGear.dsp b/SimGear.dsp index 5c21b11c..9864af72 100644 --- a/SimGear.dsp +++ b/SimGear.dsp @@ -1650,6 +1650,21 @@ SOURCE=.\simgear\scene\sky\newcloud.cxx !ENDIF +# End Source File +# Begin Source File + +SOURCE=.\simgear\scene\sky\CloudShaderGeometry.cxx + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_sgsky" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_sgsky" + +!ENDIF + # End Source File # End Group # Begin Group "Lib_sgtgdb" diff --git a/configure.ac b/configure.ac index 5b7259c4..4f193303 100644 --- a/configure.ac +++ b/configure.ac @@ -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.