diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-08-07 16:10:05 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-08-07 16:10:05 -0400 |
commit | 86648dcdaec67b83cec20a9d25b45ec089a7c624 (patch) | |
tree | 506fa8157c00916d01782fc06785d30092e27e64 /configure.ac | |
parent | 93eb661713338b2b51f36ec397e42397b5e441e2 (diff) | |
download | postgresql-REL_14_9.tar.gz postgresql-REL_14_9.zip |
Stamp 14.9.REL_14_9
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 c2dd93a2913..159f2a26778 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.8], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.9], [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 |