diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-12-02 16:02:21 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-12-02 16:02:21 -0500 |
commit | c53cbb39f880959d7ca04f43943e787ec5cad830 (patch) | |
tree | ada5b956d9028ab215e0f4bbaaf014b7c2fd6bf4 /configure.in | |
parent | 45f0620fc7ef1e331d77cf93cd72464ecaa4a523 (diff) | |
download | postgresql-REL9_1_11.tar.gz postgresql-REL9_1_11.zip |
Stamp 9.1.11.REL9_1_11
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 0a1adc7d2b8..6f4923f33ad 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.1.10], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.11], [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 |