diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-19 17:47:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-19 17:47:58 -0400 |
commit | e0327d103013c41c83f41a05187b90956b38c5b7 (patch) | |
tree | 3ddf5861d7d037cf2eb0010976aebdaf9c78969a /configure.in | |
parent | cf17a4e85469fe1836ee0d202220c6cdf88b75c2 (diff) | |
download | postgresql-REL9_2_1.tar.gz postgresql-REL9_2_1.zip |
Stamp 9.2.1.REL9_2_1
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 4ea90f02232..1024b0d2f0b 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.0], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.1], [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 |