diff options
author | Andrew Dunstan | 2021-06-28 15:31:16 +0000 |
---|---|---|
committer | Andrew Dunstan | 2021-06-28 15:31:16 +0000 |
commit | 596b5af1d3675b58d4018acd64217e2f627da3e4 (patch) | |
tree | 6aeb19616e1531692e4fb6408e2596b381d315c7 /configure.ac | |
parent | e1c1c30f635390b6a3ae4993e8cac213a33e6e3f (diff) |
Stamp HEAD as 15devel.
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 3eb35583c1b..39666f97277 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], [14beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15devel], [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 |