upgrade version to beta6

This commit is contained in:
Marc G. Fournier 2001-03-16 21:29:15 +00:00
parent 10a4e0c2eb
commit afa7b190d2
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -609,7 +609,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
VERSION='7.1beta5'
VERSION='7.1beta6'
cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"

View File

@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
VERSION='7.1beta5'
VERSION='7.1beta6'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")