diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-02-08 16:17:25 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-02-08 16:17:25 -0500 |
commit | de07063c05b8ffa86e804c6cc8117a8e8e5cff9b (patch) | |
tree | 0a271ef37a063b7e40928578fff0725e0b98d8d4 /configure.in | |
parent | 454994a9ed73713ea38635ab2bfbf5ace48bcf0a (diff) | |
download | postgresql-REL9_3_11.tar.gz postgresql-REL9_3_11.zip |
Stamp 9.3.11.REL9_3_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 43a10512b37..392527fd77c 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.3.10], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3.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 |