diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-08-07 16:13:41 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-08-07 16:13:41 -0400 |
commit | 66c1983d96b66edbae1f1eb0070b447f128176e2 (patch) | |
tree | 38aeb131defcd959a9708f1f8581597e3b59e0bf /configure.in | |
parent | c79434d7fcabdf2a5b27b235c0fb85912e686087 (diff) | |
download | postgresql-REL_12_16.tar.gz postgresql-REL_12_16.zip |
Stamp 12.16.REL_12_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 23d9ad28048..ca8555cb5fc 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], [12.15], [pgsql-bugs@lists.postgresql.org]) +AC_INIT([PostgreSQL], [12.16], [pgsql-bugs@lists.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 |