diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:14:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:14:13 -0400 |
commit | 972a21d736f0f5ded750c1be7153a0571f2dc83e (patch) | |
tree | ded79b2c6e59540e4b39962c4c8203f1d7050b50 /configure.in | |
parent | b0cab3faf09a355f5e37d25a5c5325f773097c2a (diff) | |
download | postgresql-REL9_1_14.tar.gz postgresql-REL9_1_14.zip |
Stamp 9.1.14.REL9_1_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 70c7360a42b..35a1d49f4af 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.13], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.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 |