diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2001-01-09 13:11:32 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2001-01-09 13:11:32 +0000 |
commit | 460a9f8a68cd6d280151dd99220c14bc7b0d60d2 (patch) | |
tree | abe8c1ef581cd276970415040b3583d4c03a8efb /configure.in | |
parent | eea348b72b3f470401d2a6b1d429de8ad921a8c4 (diff) | |
download | postgresql-REL7_1_BETA3.tar.gz postgresql-REL7_1_BETA3.zip |
jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3
large-ish bugs that Tom and Vadim were able to fix, but to avoid any
confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being
created ...
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d53e8ca314b..e0567e8d671 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.1beta2' +VERSION='7.1beta3' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |