diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-09 15:34:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-09 15:34:46 -0400 |
commit | 2b7c7ac9ab6c9c5c21f693da51bf40ee001dd471 (patch) | |
tree | 6557fba845563b8f7555a814a835ed4099c94053 /configure.in | |
parent | f0c4d156a2e870ab9b58e67bebb1f78520abd191 (diff) | |
download | postgresql-REL9_1_18.tar.gz postgresql-REL9_1_18.zip |
Stamp 9.1.18.REL9_1_18
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 e753b3ebf3a..aa5753e2d55 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.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.18], [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 |