diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:12:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:12:31 -0400 |
commit | e1ea61a30121a97eee192adc0808635fcf7b6f25 (patch) | |
tree | acf97e73bcc2b7a6a234a9cff8f99ef7f8cc0212 /configure.in | |
parent | 074f840c22604570e326cdaea076432972d50d85 (diff) | |
download | postgresql-REL9_2_9.tar.gz postgresql-REL9_2_9.zip |
Stamp 9.2.9.REL9_2_9
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 152d0daa3ef..ea9a0ce6eb6 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.8], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.9], [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 |