diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-02-08 16:54:11 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-02-08 16:54:11 -0500 |
commit | 3fb4c75e857adee3da4386e947ba58a75f3e74b7 (patch) | |
tree | 4f59a8e8520fc8ebbb5123f73313fb8d04522ff2 /configure.in | |
parent | 0f966d56b0d7496663296d56432ac055c8d716b5 (diff) | |
download | postgresql-REL_13_2.tar.gz postgresql-REL_13_2.zip |
Stamp 13.2.REL_13_2
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 8d9c2aae005..215d5630969 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.1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.2], [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 |