diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-29 22:13:19 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-01-29 22:13:19 +0000 |
commit | 895491bc229693cc7bcd46e0207533d93c891899 (patch) | |
tree | c27884b76969dc9313c55d29514ab0b71b73f15b /configure.in | |
parent | d106c799e657a8659e7656802bce8db5a2bdbbe5 (diff) | |
download | postgresql-REL7_2_4.tar.gz postgresql-REL7_2_4.zip |
Brand 7.2.4.REL7_2_4
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 379586d5cb7..0ef8be57d1f 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.2.3' +VERSION='7.2.4' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |