Various 0.3.3 last minute tweaks.

This commit is contained in:
curt 2003-06-03 18:48:49 +00:00
parent 51ef4568dd
commit 27f98d24eb
5 changed files with 12 additions and 5 deletions

View File

@ -22,7 +22,7 @@ PROJECT_NAME = SimGear
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 0.3.2 PROJECT_NUMBER = 0.3.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

View File

@ -69,10 +69,10 @@
* *
* - A sound effects manager. (SGSoundMgr, SGSimpleSound, SGSound) * - A sound effects manager. (SGSoundMgr, SGSimpleSound, SGSound)
* *
* - A threading abstraction. * - A threading abstraction. (SGThread)
* *
* - A simple but highly functional XML parser that interfaces nicely * - A simple but highly functional XML parser that interfaces nicely
* with the property manager. * with the property manager. (easyxml.hxx)
* \section supports Supported Platforms * \section supports Supported Platforms
* SimGear has been built on the following platforms: * SimGear has been built on the following platforms:

View File

@ -11,7 +11,7 @@ EXTRA_DIST = \
SUBDIRS = src-libs simgear SUBDIRS = src-libs simgear
dist-hook: dist-hook:
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl) (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
# #
# Rule to build RPM distribution package # Rule to build RPM distribution package

7
NEWS
View File

@ -1,3 +1,10 @@
New in 0.3.3
* June 3, 2003
* Fix a compile problem for cygwin
* Updated/tweaked doxygen documentation in several areas
New in 0.3.2 New in 0.3.2
* June 2, 2003 * June 2, 2003

View File

@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52) AC_PREREQ(2.52)
dnl Initialize the automake stuff dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.3.2) AM_INIT_AUTOMAKE(SimGear, 0.3.3)
dnl Specify KAI C++ compiler and flags. dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution. dnl Borrowed with slight modification from blitz distribution.