From: curt Date: Tue, 26 Feb 2002 23:55:54 +0000 (+0000) Subject: Might as well bump up the version number. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=62b75190bb31db33643ec49754b4bfba67bfc4ef;p=simgear.git Might as well bump up the version number. --- diff --git a/configure.in b/configure.in index 01438c6f..286f2133 100644 --- a/configure.in +++ b/configure.in @@ -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.17) +AM_INIT_AUTOMAKE(SimGear, 0.0.18pre1) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.