# 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.
+Version 1.99.5
+* October 30, 2008 (sourcecode snapshot release)
+
+
New in 0.3.10
* April 5, 2006
\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
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.