diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-08-05 16:09:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-08-05 16:09:59 -0400 |
commit | 0dc08bbfcc93ac4f04d2a3f4b9d1231a80e2cc0c (patch) | |
tree | fe5094a13cea1255b204656ad25d507473cf583c /configure.in | |
parent | 429560193282f2c29a1bb9f28a055c87b7605253 (diff) | |
download | postgresql-REL_13_16.tar.gz postgresql-REL_13_16.zip |
Stamp 13.16.REL_13_16
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 be3b3412a83..e8a6a8f91aa 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.15], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.16], [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 |