diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-08 17:17:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-08 17:17:31 -0400 |
commit | 2faab87390b03929a8cbb5a9336a04faa45a27c5 (patch) | |
tree | 24f5c812eb690f3fd3736a98affe580758255450 /configure.in | |
parent | aeed67f1af446dd425e2c8d6db97ea29c25b8887 (diff) | |
download | postgresql-REL_13_11.tar.gz postgresql-REL_13_11.zip |
Stamp 13.11.REL_13_11
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 4da9b4a89b9..48ea9ad17e5 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.10], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.11], [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 |