From: durk Date: Wed, 10 Dec 2008 18:20:36 +0000 (+0000) Subject: Finalizing the preparation of SimGear-1.99.5-rc2. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7e91f1f08c6ae014965b8f5b50de286d3f7b3c1;p=simgear.git Finalizing the preparation of SimGear-1.99.5-rc2. --- diff --git a/configure.ac b/configure.ac index 4f193303..847828c3 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 1.99.5) +AM_INIT_AUTOMAKE(SimGear, 1.99.5-rc2) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.