diff options
author | Tom Lane | 2017-11-06 22:17:39 +0000 |
---|---|---|
committer | Tom Lane | 2017-11-06 22:17:39 +0000 |
commit | 8786f783ab2398468a8c4d8eac937fc6533d16e3 (patch) | |
tree | 8be5f773824fd5e6c2888c02d9e09bdb7aff36b7 /configure.in | |
parent | 203b965f275061894621a5a359213ac77558d33f (diff) |
Stamp 9.2.24.REL9_2_24REL9_2_STABLE
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 1533b9ac58..fad6316e5f 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 |