X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=360401f04f57b552987710f2bccfc6f9e907cc40;hb=1d058b0bac42aa38b19762fcfaca64ff8c7608fd;hp=bfead80f437d226fd6221eb166119a45b0a0de9f;hpb=ff2740f085fc381cd680336642ae38e9f6f1c749;p=flightgear.git diff --git a/configure.ac b/configure.ac index bfead80f4..360401f04 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(FlightGear, 0.9.2) +AM_INIT_AUTOMAKE(FlightGear, 0.9.3-pre1) dnl Checks for programs. AC_PROG_MAKE_SET @@ -400,7 +400,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then exit fi -AC_MSG_CHECKING([for simgear 0.3.3 or newer]) +AC_MSG_CHECKING([for simgear 0.3.4 or newer]) AC_TRY_RUN([ #include @@ -411,7 +411,7 @@ AC_TRY_RUN([ #define MIN_MAJOR 0 #define MIN_MINOR 3 -#define MIN_MICRO 3 +#define MIN_MICRO 4 int main() { int major, minor, micro;