diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-11-06 17:13:58 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-11-06 17:13:58 -0500 |
commit | fd851f9e4a13d81cccc4ac5d6059d732c7518111 (patch) | |
tree | 87f265b6b5462ad051bfb6dd1a95d95237d5473e /configure.in | |
parent | 3dbb3dd2d641af0da92e0a25b490b5bc38490e58 (diff) | |
download | postgresql-REL_11_22.tar.gz postgresql-REL_11_22.zip |
Stamp 11.22.REL_11_22
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 24660bf26d2..b0925100774 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.21], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.22], [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 |