From: curt Date: Fri, 13 Sep 2002 23:19:14 +0000 (+0000) Subject: Upgrade the version number. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=adeb0d48fcbedc1a4c93901a15dbf6a0e93bb53b;p=simgear.git Upgrade the version number. --- diff --git a/configure.ac b/configure.ac index 2af37832..db7248dc 100644 --- a/configure.ac +++ b/configure.ac @@ -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.