diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2002-01-22 17:55:30 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2002-01-22 17:55:30 +0000 |
commit | c64f083cf4b9125f55bccfbb3b1f0aa38e3ce712 (patch) | |
tree | a543635998b9446aa829ae585abb30efdb054cde | |
parent | 2f383b2de66e95d5d86527d3d2786842a5428f56 (diff) | |
download | postgresql-REL7_2_RC1.tar.gz postgresql-REL7_2_RC1.zip |
okay, sorry for delay all ... here is the tag for RC1 ...REL7_2_RC1
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 067b2527d39..27f821baca8 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 37c688ad21e..40be9ec52d1 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") |