diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-17 14:38:15 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-17 14:38:15 -0500 |
commit | 6237fadcc95bdcadd760f893d7bd9b866fadfff3 (patch) | |
tree | 157e40b2517740a38cd224e4746c2898525614f6 /configure.in | |
parent | 4bde115e7e5177abcee018b136716e69f90738b5 (diff) | |
download | postgresql-REL9_2_7.tar.gz postgresql-REL9_2_7.zip |
Stamp 9.2.7.REL9_2_7
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 572950ad829..cfbeacff773 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.6], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.7], [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 |