Tidy up for a source code "snapshot" release.

This commit is contained in:
curt 2008-10-30 17:51:00 +00:00
parent ad6129816d
commit 91e22c1fb3
4 changed files with 21 additions and 2 deletions

View File

@ -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.

4
NEWS
View File

@ -1,3 +1,7 @@
Version 1.99.5
* October 30, 2008 (sourcecode snapshot release)
New in 0.3.10
* April 5, 2006

View File

@ -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"

View 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.