jump version to beta3 ... beta2 was created and pulled due to a couple of

large-ish bugs that Tom and Vadim were able to fix, but to avoid any
confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being
created ...
This commit is contained in:
PostgreSQL Daemon 2001-01-09 13:11:32 +00:00
parent eea348b72b
commit 460a9f8a68
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -607,7 +607,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
VERSION='7.1beta2'
VERSION='7.1beta3'
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.1beta2'
VERSION='7.1beta3'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")