diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:28:20 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:28:20 -0500 |
commit | bf5710d3b6656516d828ebe9f6e2ffd49e54d084 (patch) | |
tree | 87691e81fe24a3fd9afaf4ee33ba17f70faf7e85 /configure.in | |
parent | fa3ddd2ea8d62518f1f523027c55655856d5cc39 (diff) | |
download | postgresql-REL_13_19.tar.gz postgresql-REL_13_19.zip |
Stamp 13.19.REL_13_19
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 0bfc3177e42..de2ea4058c2 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.18], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.19], [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 |