diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-01 15:10:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-01 15:10:35 -0400 |
commit | 3f7928a2890b05908e7c1ef711d48e609c86982e (patch) | |
tree | 21f2182ed6b997dfe5914f9171b7c494710645e6 /configure.in | |
parent | 25e9e8984b25c7fd2145b4b759615d70ee4c23cf (diff) | |
download | postgresql-REL9_2_12.tar.gz postgresql-REL9_2_12.zip |
Stamp 9.2.12.REL9_2_12
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 1ffb25d2b90..e2913fe52ee 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.11], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.12], [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 |