diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-10 16:45:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-10 16:45:49 -0400 |
commit | fae98e3293de89f2fe8fc6e7c196d351378ce80e (patch) | |
tree | c7692825ec2e8cf1d39bfb52c0adf330fdb3f3e0 /configure.in | |
parent | 6c1cfccf226645f4c01b4fee8df2c4e3392f2a32 (diff) | |
download | postgresql-REL_11_12.tar.gz postgresql-REL_11_12.zip |
Stamp 11.12.REL_11_12
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 4677510c961..c002582949b 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], [11.11], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.12], [pgsql-bugs@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 |