diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-07 16:15:36 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-07 16:15:36 -0500 |
commit | 78b1ddc753b3e5e3f3e9eb0e7519b48146018394 (patch) | |
tree | 9ea54d18fdf35fa91dcb09a3d3b4a5ff5848a631 /configure.ac | |
parent | 3c879e61d9ad5968e88e12620e270808b6cb76f5 (diff) | |
download | postgresql-REL_14_2.tar.gz postgresql-REL_14_2.zip |
Stamp 14.2.REL_14_2
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 4d37c2312c0..6a7bb848c4f 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.1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.2], [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 |