Let the version number reflect the current state of the release process.

This commit is contained in:
durk 2010-01-19 20:48:49 +00:00 committed by Tim Moore
parent 11479cd8c3
commit ef80497fbe
2 changed files with 12244 additions and 1 deletions

12243
ChangeLog

File diff suppressed because it is too large Load Diff

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.9.1)
AM_INIT_AUTOMAKE(SimGear, 2.0.0-rc2)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.