diff options
author | Tom Lane | 2023-06-29 23:05:23 +0000 |
---|---|---|
committer | Tom Lane | 2023-06-29 23:05:23 +0000 |
commit | 5bcc7e6dc8cb6fb6ab16c118a1e710fc85096f76 (patch) | |
tree | 1f6a70c4748a2e554b9bd7edcad2ec70ea6f5f42 /configure.ac | |
parent | 97d89101045fac8cb36f4ef6c08526ea0841a596 (diff) |
Stamp HEAD as 17devel.
Let the hacking begin ...
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 fe434f4ddc4..0e8158a5e69 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], [16beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17devel], [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 |