diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-08 17:22:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-08 17:22:52 -0400 |
commit | 1ad47d574e31f3bbe47bc015b2e04b42f55a582c (patch) | |
tree | 8144374dcce40c8bd1206e1bfc0d3e6b5f9dd74e /configure.in | |
parent | 89cd44cc50d3d82dc6f001ac357bedd96b8387d8 (diff) | |
download | postgresql-REL9_2_21.tar.gz postgresql-REL9_2_21.zip |
Stamp 9.2.21.REL9_2_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 39cc48829b6..1061c0d4608 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.2.20], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.21], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |