diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-07-01 07:56:10 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-07-01 07:56:10 +0900 |
commit | e26810d01d441a457217a6eae9c2989fba29b80f (patch) | |
tree | 68f2145a09025d72037bdfc8b05e57adb8f8bdd3 /configure.ac | |
parent | 7dcc6f8e6d7a0eb0ce90802311278723843b4bbd (diff) | |
download | postgresql-e26810d01d441a457217a6eae9c2989fba29b80f.tar.gz postgresql-e26810d01d441a457217a6eae9c2989fba29b80f.zip |
Stamp HEAD as 18devel.
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 48bcf24e754..ab2d51c21ce 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], [17beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [18devel], [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 |