diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:50:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:50:49 -0400 |
commit | d22ca701a39dfd03cdfa1ca238370d34f4bc4ac4 (patch) | |
tree | 58baef3341eb55b004c7e7a5cdcd8c47e9ab3c82 /configure.in | |
parent | a70f2e4cdfb5a8a05ab178037ba39cf3ac190246 (diff) | |
download | postgresql-REL9_6_13.tar.gz postgresql-REL9_6_13.zip |
Stamp 9.6.13.REL9_6_13
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 042618e83da..4b988ba4d83 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.12], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.13], [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 |