diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-02-08 17:01:30 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-02-08 17:01:30 -0500 |
commit | 43b434edefdae5607000bb044caec1cf5e0c25c4 (patch) | |
tree | 9ad0a6980964cee14c93a1d21732eea933a2d432 /configure.in | |
parent | e641bce57deb2bcbd25f04fe8f56fddaeb7757ea (diff) | |
download | postgresql-REL9_6_21.tar.gz postgresql-REL9_6_21.zip |
Stamp 9.6.21.REL9_6_21
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 916a94a8b18..5c7d9f5be7b 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], [9.6.20], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.21], [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 |