diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:23:16 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:23:16 -0500 |
commit | 61f3dcf2d9f7e2957753a00a5d932eca98b36f64 (patch) | |
tree | 9af70a8d90f1f130f8ff6927c8205f942d2ec2bf /configure.ac | |
parent | 7e06ffbc6230a6f3e4cdc7599a5617d081d611f7 (diff) | |
download | postgresql-REL_16_7.tar.gz postgresql-REL_16_7.zip |
Stamp 16.7.REL_16_7
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 23add80d8fd..4c05e651f16 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.6], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16.7], [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 |