From: curt Date: Sat, 7 Sep 2002 01:25:02 +0000 (+0000) Subject: Getting ready for 0.2.0 stable release. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=406d6dd6fc1cd9fd85f453db3c5471ccad053b4f;p=simgear.git Getting ready for 0.2.0 stable release. --- diff --git a/configure.ac b/configure.ac index a9afad5f..48a7cebe 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.0.19pre2) +AM_INIT_AUTOMAKE(SimGear, 0.2.0) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.