diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:07:43 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:07:43 -0400 |
commit | ca3489e768990e32096f0f24d46d5f0b8b70cff4 (patch) | |
tree | 3679504e672eb56b8afcdfc4e7c38bb0343815a5 /configure.in | |
parent | d275672f7d9ad12b882687debeed549ab5ad0251 (diff) | |
download | postgresql-REL9_6_10.tar.gz postgresql-REL9_6_10.zip |
Stamp 9.6.10.REL9_6_10
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 20dfd588859..11c09bc9d5b 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.9], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.10], [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 |