diff options
author | Marc G. Fournier <scrappy@hub.org> | 2001-04-13 21:21:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2001-04-13 21:21:33 +0000 |
commit | 741604dd84dbbd58368a0206f73de259cb6718f4 (patch) | |
tree | e795dd56196ffbeab293e35e02472b8f196b1238 /configure.in | |
parent | ef922b2556a5b3236d47a167b9cc9564c1a42fb6 (diff) | |
download | postgresql-741604dd84dbbd58368a0206f73de259cb6718f4.tar.gz |
tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like itREL7_1
should have been done
generate a new Changelog from rc4, which is nice and short ... one python
interface change
tag configure as 7.1, for generating the packages ...
This is it folks ... Release 7.1 is officially here ...
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 59dbbc9a49..1919f79336 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.1rc4' +VERSION='7.1' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |