diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-10-05 15:15:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-10-05 15:15:56 -0400 |
commit | 69157086413efb8c1de793aa4493187c819cc5ae (patch) | |
tree | 337c22d28e5ebb5744848f3f301ef802c2263f59 /configure.in | |
parent | d3ff94d87cee5787aa6f9119cdc75ffc2507ec54 (diff) | |
download | postgresql-REL9_2_14.tar.gz postgresql-REL9_2_14.zip |
Stamp 9.2.14.REL9_2_14
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 0148e6785ac..236833d04e7 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.13], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.14], [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 |