diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-11-07 16:51:10 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-11-07 16:51:10 -0500 |
commit | 02991e79f8f58bc208f05dcc8af0c62dbe0a6ea4 (patch) | |
tree | b951332c15b8b883d90cd6aa976eebe302c4a64f /configure.in | |
parent | d26829e3f76ac58872bd57374cce6bd41d1e40cf (diff) | |
download | postgresql-REL_10_23.tar.gz postgresql-REL_10_23.zip |
Stamp 10.23.REL_10_23
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 68a4041680b..06cb0e5e69f 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], [10.22], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.23], [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 |