diff options
author | Tom Lane | 2023-11-06 22:04:27 +0000 |
---|---|---|
committer | Tom Lane | 2023-11-06 22:04:27 +0000 |
commit | 3edc6580c0e27fb8f13322efd255a88d20dda6c2 (patch) | |
tree | 0ba7393a85ffa98302d4b89e9d05d52a6bbc1727 /configure.ac | |
parent | 639a8063ca7da421b34b7a49b2773c3cb2436df1 (diff) |
Stamp 16.1.REL_16_1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cd34425daf9..fcea0bcab42 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [16.0], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16.1], [pgsql-bugs@lists.postgresql.org], [], [https://www.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 |