diff options
| author | Tom Lane | 2020-11-09 22:24:30 +0000 |
|---|---|---|
| committer | Tom Lane | 2020-11-09 22:24:30 +0000 |
| commit | 6daf725a9c66e880fd76d25279ce00710535e030 (patch) | |
| tree | b69293dea88a053a0793a6d96d91689362d0385e /configure.in | |
| parent | 90cf59c8c8c66c8b0b4c719b6f7ba8fce60b87e1 (diff) | |
Stamp 13.1.REL_13_1
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 a2bfc6b4fab..8d4e9ac5913 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.0], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.1], [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 |
