aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2001-03-16 21:29:15 +0000
committerMarc G. Fournier <scrappy@hub.org>2001-03-16 21:29:15 +0000
commitafa7b190d2d9ea4ca265dae545a767cd140fcb20 (patch)
tree291acb9222ce1c90a39994cf894f0c413224515e
parent10a4e0c2ebf5fca43b7cfedcd806efd5f0eaf989 (diff)
downloadpostgresql-afa7b190d2d9ea4ca265dae545a767cd140fcb20.tar.gz
postgresql-afa7b190d2d9ea4ca265dae545a767cd140fcb20.zip
upgrade version to beta6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d93e0fb8b6b..e5fa55f6261 100755
--- a/configure
+++ b/configure
@@ -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"
diff --git a/configure.in b/configure.in
index fd9f22820b5..b9a2bfea669 100644
--- a/configure.in
+++ b/configure.in
@@ -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")