Synchronize the version number with our mainantance release.

This commit is contained in:
durk 2009-02-02 05:34:13 +00:00 committed by Tim Moore
parent 1a8fd62680
commit 2c089e6166

View 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.