diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-23 16:02:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-09-23 16:02:53 -0400 |
commit | d7ec59a63d745ba74fba0e280bbf85dc6d1caa3e (patch) | |
tree | 8eaa8937909558804bbd915f308e02fd076c9dc5 /configure.ac | |
parent | 29d483fb33229f4322ca6cd040422ac508c678c1 (diff) | |
download | postgresql-REL_17_0.tar.gz postgresql-REL_17_0.zip |
Stamp 17.0.REL_17_0
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 23ae25b4aa8..7531366b758 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], [17rc1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17.0], [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 |