summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2002-01-22 17:55:30 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2002-01-22 17:55:30 +0000
commitc64f083cf4b9125f55bccfbb3b1f0aa38e3ce712 (patch)
treea543635998b9446aa829ae585abb30efdb054cde
parent2f383b2de66e95d5d86527d3d2786842a5428f56 (diff)
downloadpostgresql-c64f083cf4b9125f55bccfbb3b1f0aa38e3ce712.tar.gz
okay, sorry for delay all ... here is the tag for RC1 ...REL7_2_RC1
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 067b2527d3..27f821baca 100755
--- a/configure
+++ b/configure
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-VERSION='7.2b5'
+VERSION='7.2rc1'
cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"
diff --git a/configure.in b/configure.in
index 37c688ad21..40be9ec52d 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
-VERSION='7.2b5'
+VERSION='7.2rc1'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")