diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 17:42:37 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 17:42:37 -0500 |
commit | 91f20bc2f7e4fcf5de5c65a6cb1190e0afa91c0b (patch) | |
tree | 4461630dd38f5318d91662bd3c39e9226476b9d0 /configure.ac | |
parent | 052aa02971f2dd476c14689033727a0b8563d5d2 (diff) | |
download | postgresql-REL_17_1.tar.gz postgresql-REL_17_1.zip |
Stamp 17.1.REL_17_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 7531366b758..7cfc5eb70e0 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.0], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17.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 |