diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-06 16:50:42 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-06 16:50:42 -0500 |
commit | 6f5e8094c2c0b829e3d00fc1e1656248457e16e6 (patch) | |
tree | 296efc9a5b48751e62405f31f04ac68d06b82760 /configure.in | |
parent | a587f69f658210b76a29b404ab2c0ad8205a0671 (diff) | |
download | postgresql-REL9_3_16.tar.gz postgresql-REL9_3_16.zip |
Stamp 9.3.16.REL9_3_16
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 f5c32fd8aaa..e00adc9f4a1 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.15], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3.16], [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 |