diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:33:27 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:33:27 -0400 |
commit | 8bde80e30edd408a5bef4d5612db0bb173206293 (patch) | |
tree | 07896d1329bd590a09cd3ca33f53c55e52576ec3 /configure.ac | |
parent | d9cee6a5f2ad73e1c13b619fdc2d42961079dbc3 (diff) | |
download | postgresql-REL_14_18.tar.gz postgresql-REL_14_18.zip |
Stamp 14.18.REL_14_18
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53d341c1751..6dcfb4b5c87 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [14.17], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.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 |