]> git.mxchange.org Git - simgear.git/commitdiff
Updated version number.
authorcurt <curt>
Fri, 15 Feb 2002 17:27:50 +0000 (17:27 +0000)
committercurt <curt>
Fri, 15 Feb 2002 17:27:50 +0000 (17:27 +0000)
configure.in

index b3cb50ccf8fd3b626d219799f15d3be7454bf8f3..01438c6f1c8b37de2217a98605d38295ea1a46d1 100644 (file)
@@ -9,7 +9,7 @@ AC_INIT(simgear/bucket/newbucket.cxx)
 AC_PREREQ(2.13)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.17pre2)
+AM_INIT_AUTOMAKE(SimGear, 0.0.17)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.