diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:57:25 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:57:25 -0400 |
commit | ddb0843d44a53518cfbbb5c2fd535021d75d07cd (patch) | |
tree | 3ea7d8f5089714e8af656696cd6450709b54522f /configure.in | |
parent | e712933c80a15719293f0c55eeb02e0aae401820 (diff) | |
download | postgresql-REL9_1_22.tar.gz postgresql-REL9_1_22.zip |
Stamp 9.1.22.REL9_1_22
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 aba366f150f..49f09f60708 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.1.21], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.22], [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 |