diff options
author | PostgreSQL Daemon | 2002-01-14 13:15:28 +0000 |
---|---|---|
committer | PostgreSQL Daemon | 2002-01-14 13:15:28 +0000 |
commit | da83ecb64eab68322740c8cfb4481e3b708d20a2 (patch) | |
tree | 6a3b36f8db6076e62bbe7c811417d74a5810ab5d /configure.in | |
parent | 1b5d8e6d5c83c1d6508bef942d2c3277c6fa967a (diff) |
tag as beta 5 for *hopefully* a very very short beta cycle on this one?REL7_2_BETA5
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 9c25d39ba56..37c688ad21e 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.2b4' +VERSION='7.2b5' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |