diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-02-10 17:14:51 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-02-10 17:14:51 -0500 |
commit | 45b88269a353ad93744772791feb6d01bc7e1e42 (patch) | |
tree | 7f6820c99624751484e621d50eb53d279dca24d0 /configure.in | |
parent | ce5a2d2c3e8e1353d1cb31ab143730accbb1ac75 (diff) | |
download | postgresql-REL_12_2.tar.gz postgresql-REL_12_2.zip |
Stamp 12.2.REL_12_2
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 700c26fa73d..976f90d45b8 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], [12.1], [pgsql-bugs@lists.postgresql.org]) +AC_INIT([PostgreSQL], [12.2], [pgsql-bugs@lists.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 |