]> git.mxchange.org Git - simgear.git/commitdiff
Upgrade the version number.
authorcurt <curt>
Fri, 13 Sep 2002 23:19:14 +0000 (23:19 +0000)
committercurt <curt>
Fri, 13 Sep 2002 23:19:14 +0000 (23:19 +0000)
configure.ac

index 2af3783216a0cb42c1c7f8c1a34b0268e055acc2..db7248dca9891d30afdd1b5ee0aa041f597d7d52 100644 (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.