From: durk Date: Mon, 2 Feb 2009 05:34:13 +0000 (+0000) Subject: Synchronize the version number with our mainantance release. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c089e6166d8576fdfa905673986381d930bf669;p=simgear.git Synchronize the version number with our mainantance release. --- diff --git a/configure.ac b/configure.ac index 889ad918..08b07ab4 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.9.0) +AM_INIT_AUTOMAKE(SimGear, 1.9.1) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.