]> git.mxchange.org Git - simgear.git/commitdiff
Synchronize the version number with our mainantance release.
authordurk <durk>
Mon, 2 Feb 2009 05:34:13 +0000 (05:34 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 4 Feb 2009 10:01:39 +0000 (11:01 +0100)
configure.ac

index 889ad918d444ce8c24582b735507811a1e777d77..08b07ab45ba8d2790594afb262f4e357f46c4199 100644 (file)
@@ -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.