diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:41:37 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:41:37 -0500 |
commit | b78fa8547d02fc72ace679fb4d5289dccdbfc781 (patch) | |
tree | b31c9c9842de1116cd31e3c6c5e7a2ad0e23ed6e /configure.ac | |
parent | da21a3a7d5d37e34f2adef07b1f2f6231d61c3cc (diff) | |
download | postgresql-REL_16_2.tar.gz postgresql-REL_16_2.zip |
Stamp 16.2.REL_16_2
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 ab32bfdd082..69b2bbb5763 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.1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16.2], [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 |