Bump version to 3.3.1.

This commit is contained in:
Dianne Skoll
2020-02-24 15:16:20 -05:00
parent 7a835f3b10
commit d09fbb03b2
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -3991,7 +3991,7 @@ _ACEOF
fi
done
VERSION=03.03.00
VERSION=03.03.01
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 mbstowcs setlocale)
VERSION=03.03.00
VERSION=03.03.01
AC_SUBST(VERSION)
AC_OUTPUT(src/Makefile www/Makefile src/version.h)