diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-01 03:34:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-01 03:34:29 +0000 |
commit | 4526d2183fb02c4ea8ede55e59c493b0aaea0085 (patch) | |
tree | 9eaaab70c64560f37950417e14c55891a02e873b /configure.in | |
parent | 9227bc5e5bdc7c61b52ea677e6cce7c2ae27c307 (diff) | |
download | postgresql-REL7_2_3.tar.gz postgresql-REL7_2_3.zip |
Brand 7.2.3.REL7_2_3
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 3cff590584c..379586d5cb7 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.2' +VERSION='7.2.3' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |