diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-10 16:47:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-10 16:47:56 -0400 |
commit | cffc8fd1ecb09fcd4d8aa98134f4ba8613a01a3a (patch) | |
tree | 4872cf3eef53a3b01271298a43dcca032e2ddcc5 /configure.in | |
parent | 25387cc56d344eaa9545b8233496296cf6087477 (diff) | |
download | postgresql-REL_10_17.tar.gz postgresql-REL_10_17.zip |
Stamp 10.17.REL_10_17
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 07fe6283dee..270286ee242 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], [10.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.17], [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 |