diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-08 16:45:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-08 16:45:58 -0400 |
commit | 4bc493d14409857090928ea51c02a20aba8db364 (patch) | |
tree | 660f25730304c182700d29ba8890d1993719fac8 /configure.in | |
parent | 22b205cbbd978e69f08bd2b980adae29a6ca1979 (diff) | |
download | postgresql-REL_13_8.tar.gz postgresql-REL_13_8.zip |
Stamp 13.8.REL_13_8
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 d8100166e7e..bec2884ae1a 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.7], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.8], [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 |