diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-08 16:31:43 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-08 16:31:43 -0400 |
commit | 757f567ec8d6d4767e74cf987a5cc63e63f1c9dc (patch) | |
tree | ebebbf08d22d49c140f3e92ca682934e985b0e9a /configure.in | |
parent | 43957e873d22ce5d279a91d3acda6fc9e848fda7 (diff) | |
download | postgresql-REL9_3_14.tar.gz postgresql-REL9_3_14.zip |
Stamp 9.3.14.REL9_3_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 3bd486f7322..2ccd746fc0c 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.13], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3.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 |