Upgrade the version number.

This commit is contained in:
curt
2002-09-13 23:19:14 +00:00
parent 55c89ea865
commit adeb0d48fc

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