diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-06 17:17:39 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-06 17:17:39 -0500 |
commit | 8786f783ab2398468a8c4d8eac937fc6533d16e3 (patch) | |
tree | 8be5f773824fd5e6c2888c02d9e09bdb7aff36b7 /configure.in | |
parent | 203b965f275061894621a5a359213ac77558d33f (diff) | |
download | postgresql-REL9_2_24.tar.gz postgresql-REL9_2_24.zip |
Stamp 9.2.24.REL9_2_24
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 1533b9ac587..fad6316e5ff 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [9.2.23], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.24], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |