diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-09 17:20:11 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-09 17:20:11 -0400 |
commit | 6ac9161f69829fe327e393bff83d5f390105a70f (patch) | |
tree | 00238afec5b0b745a4576cce95e00a51f6618c13 /configure.in | |
parent | b5576e1b701c8d690ed1ea8d3c17d5df49de3d7c (diff) | |
download | postgresql-REL_11_16.tar.gz postgresql-REL_11_16.zip |
Stamp 11.16.REL_11_16
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 36f05b80879..bb7c4c77f0a 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], [11.15], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.16], [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 |