X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=885ce39a52d560f6c776db32e54168c10ad528f1;hb=c44ef2126c7159a1b2bd152c07bba1ae308740e7;hp=4322821ff1b9e47bb0a16571e688720050f6d44d;hpb=4162817c0b9f56dc69428dfa6e55c171f6cfd93b;p=simgear.git diff --git a/configure.ac b/configure.ac index 4322821f..885ce39a 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.19pre1) +AM_INIT_AUTOMAKE(SimGear, 0.0.19pre2) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.