v0.9.9-pre2 changes (just the version number!)

This commit is contained in:
curt
2005-11-09 18:41:49 +00:00
parent c4fd41562f
commit 8c0bd234d8

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, 0.3.9-pre1)
AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre2)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.