diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:21:12 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:21:12 -0500 |
commit | 3819b30c4c5bbb4e772a6f209fa7bbccccb91a11 (patch) | |
tree | dfe6910e80eb4ead7c3a2688585ed9f008790b41 /configure.ac | |
parent | 1ea6e890b225fa45911f58602b8c425ae0581897 (diff) | |
download | postgresql-REL_17_3.tar.gz postgresql-REL_17_3.zip |
Stamp 17.3.REL_17_3
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 3c76c9ebc87..45760118a1a 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], [17.2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17.3], [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 |