diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2001-01-07 02:23:25 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2001-01-07 02:23:25 +0000 |
commit | 6781aa4707a807f8d6fb5f0d9f8522bde6d1f96a (patch) | |
tree | 93995e003b2b8d37af116f6262794c9b504c917e | |
parent | 4ced15ece4383e1a7d8ad1aba9ebe185050d5a10 (diff) | |
download | postgresql-REL7_1_BETA2.tar.gz postgresql-REL7_1_BETA2.zip |
tag configure as beta2 ..REL7_1_BETA2
-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 8d2ebb20ada..a40fbaa974c 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 a389e922f66..d53e8ca314b 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") |