summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2001-01-07 02:23:25 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2001-01-07 02:23:25 +0000
commit6781aa4707a807f8d6fb5f0d9f8522bde6d1f96a (patch)
tree93995e003b2b8d37af116f6262794c9b504c917e
parent4ced15ece4383e1a7d8ad1aba9ebe185050d5a10 (diff)
downloadpostgresql-REL7_1_BETA2.tar.gz
tag configure as beta2 ..REL7_1_BETA2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8d2ebb20ad..a40fbaa974 100755
--- a/configure
+++ b/configure
@@ -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.1beta1'
+VERSION='7.1beta2'
cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"
diff --git a/configure.in b/configure.in
index a389e922f6..d53e8ca314 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.1beta1'
+VERSION='7.1beta2'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")