diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-02-11 16:21:19 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-02-11 16:21:19 -0500 |
commit | 9848bd725e3b021bbe53e606ac9c261079ee82ba (patch) | |
tree | 32abd47cf182be251d8ac1cc917a773f4c22ee70 /configure.in | |
parent | 248fd6cb3a9d01348be0fef12f370c453dba8a77 (diff) | |
download | postgresql-REL9_6_12.tar.gz postgresql-REL9_6_12.zip |
Stamp 9.6.12.REL9_6_12
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 ecebc16dbcd..042618e83da 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.6.11], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.12], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |