diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-02 16:11:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-02 16:11:07 -0400 |
commit | 94f1474e600fdbc6b325f69903eecfeb1f69fcbd (patch) | |
tree | b9e3635465e0d7d1c9ef4df3d15bd13fc70f2546 /configure.ac | |
parent | c96176c48db0dbea2397537f6ab0e098b6b8260c (diff) | |
download | postgresql-REL_17_RC1.tar.gz postgresql-REL_17_RC1.zip |
Stamp 17rc1.REL_17_RC1
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 a9f2ee4e2be..23ae25b4aa8 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], [17beta3], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17rc1], [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 |