Tweaks for the 0.3.2 release.

This commit is contained in:
curt
2003-06-02 19:58:49 +00:00
parent b6a683eb6e
commit eedbc7f436
3 changed files with 34 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.3.1)
AM_INIT_AUTOMAKE(SimGear, 0.3.2)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.