diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:25:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:25:46 -0400 |
commit | caa76b91a60681dff0bf193b64d4dcdc1014e036 (patch) | |
tree | 1551bbda2bb9dcdedf97dde04ff2bf8457f468a2 /configure.ac | |
parent | c0e6aace02b6c47e7b99d49cc0e88918349ac30a (diff) | |
download | postgresql-REL_18_BETA1.tar.gz postgresql-REL_18_BETA1.zip |
Stamp 18beta1.REL_18_BETA1
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 c0471030e90..7ea91d56adb 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], [18devel], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [18beta1], [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 |