diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-08 17:00:24 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-08 17:00:24 -0500 |
commit | 084346ccee8ead6b387a90cdf6a29036ae9ec77e (patch) | |
tree | aad4d80cb291c5be1f51eff532d307894ea10b62 /configure.in | |
parent | 402c3ba3954d81531b6c9ff9b5d554552a85c6a7 (diff) | |
download | postgresql-REL_13_5.tar.gz postgresql-REL_13_5.zip |
Stamp 13.5.REL_13_5
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 fb14dcc7c71..3df9344e209 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.4], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.5], [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 |