From: curt Date: Tue, 27 Jul 2004 21:18:14 +0000 (+0000) Subject: Tweaks for 0.3.6-pre3 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e2f93e6ae157ab0c01cd48217d29c7715020c65f;p=simgear.git Tweaks for 0.3.6-pre3 --- diff --git a/NEWS b/NEWS index b1d359dc..c50693ed 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in 0.3.6-pre2 +New in 0.3.6-pre3 * Better MinGW support * A bit better handling of OpenAL under Cygwin * Switched audio system from plib's "sl/sm" to OpenAL. diff --git a/configure.ac b/configure.ac index 802b8446..64a0e14e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre2) +AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre3) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.