]> git.mxchange.org Git - simgear.git/commitdiff
Getting ready for 0.2.0 stable release.
authorcurt <curt>
Sat, 7 Sep 2002 01:25:02 +0000 (01:25 +0000)
committercurt <curt>
Sat, 7 Sep 2002 01:25:02 +0000 (01:25 +0000)
configure.ac

index a9afad5fdf743eac1d7754e66c2ad3d6204386d8..48a7cebef2deff3e725386cc0f9260634d205ea4 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.0.19pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.2.0)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.