diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:13:08 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:13:08 -0500 |
commit | 71eb35c0b18de96537bd3876ec9bf8075bfd484f (patch) | |
tree | 165f6d484efe0a648479dd93246cb2c4213e837e /configure.ac | |
parent | 3b5b99f6f14567396555b6c24a14111f81161e60 (diff) | |
download | postgresql-REL_16_8.tar.gz postgresql-REL_16_8.zip |
Stamp 16.8.REL_16_8
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 4c05e651f16..e2d8ca9f1a0 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.7], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16.8], [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 |