diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-11-07 16:49:11 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-11-07 16:49:11 -0500 |
commit | eb3ff8600bd313071838ab376dd5c35524937242 (patch) | |
tree | 1e796e5356b1ba617a9b0c731d09883b44ee56ff /configure.in | |
parent | 953a0346f43cbd69bef85513765d7cc621ac81e7 (diff) | |
download | postgresql-REL_11_18.tar.gz postgresql-REL_11_18.zip |
Stamp 11.18.REL_11_18
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 05f49bed0fa..3779ef363f4 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [11.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.18], [pgsql-bugs@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 |