diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:34:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:34:49 -0400 |
commit | 8b3c5d9f5299666e2c548cc6e18d837d52f2ab2e (patch) | |
tree | 50f9dd9ca1f4f880f04d190c496e2f187e975b17 /configure.in | |
parent | 5dff5ce8636660772f23493918e69af91c820321 (diff) | |
download | postgresql-REL_13_21.tar.gz postgresql-REL_13_21.zip |
Stamp 13.21.REL_13_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 3fa1fe0416d..127f552258e 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], [13.20], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.21], [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 |