diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-09 17:21:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-09 17:21:58 -0400 |
commit | 6979736b4bcdc57e4699eadcca44b699fd1afd29 (patch) | |
tree | d4b63fb9618fcf4efdb1e94048880792cb7a6886 /configure.in | |
parent | db034c2e2e45216439c14e2b7bb99260914d610f (diff) | |
download | postgresql-REL_10_21.tar.gz postgresql-REL_10_21.zip |
Stamp 10.21.REL_10_21
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 b55b20fa64a..086669126fd 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.20], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.21], [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 |