Getting ready for 0.2.0 stable release.

This commit is contained in:
curt 2002-09-07 01:25:02 +00:00
parent c8ef854f01
commit 406d6dd6fc

View File

@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([simgear/bucket/newbucket.cxx])
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.0.19pre2)
AM_INIT_AUTOMAKE(SimGear, 0.2.0)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.