diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-18 15:39:24 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-18 15:39:24 -0500 |
commit | 4f8df7a3fb750007ff5018f8125e0d4793cab337 (patch) | |
tree | de891624b11a934556117aecf746fbf892131642 /configure.in | |
parent | adb6dbc7f5353afbd0f7ac07e6cc41a54ea2818a (diff) | |
download | postgresql-REL_13_18.tar.gz postgresql-REL_13_18.zip |
Stamp 13.18.REL_13_18
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 ba439445d00..23d708de7a6 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.17], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.18], [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 |