Update version number.

This commit is contained in:
durk
2010-02-05 05:37:31 +00:00
committed by Tim Moore
parent ad667be0d7
commit f529ec3018

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