Bump version to 03.01.09.

This commit is contained in:
David F. Skoll
2010-03-09 10:05:56 -05:00
parent dfd688caa6
commit 1f2cfdfd84
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -5314,7 +5314,7 @@ _ACEOF
fi
done
VERSION=03.01.08
VERSION=03.01.09
ac_config_files="$ac_config_files src/Makefile www/Makefile src/version.h"

View File

@@ -75,6 +75,6 @@ if test "$GCC" = yes; then
fi
AC_CHECK_FUNCS(setenv unsetenv glob)
VERSION=03.01.08
VERSION=03.01.09
AC_SUBST(VERSION)
AC_OUTPUT(src/Makefile www/Makefile src/version.h)