Updated version number.

This commit is contained in:
curt
2002-02-15 17:27:50 +00:00
parent b55c8fd828
commit 2d4a8774b8

View 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.