diff options
author | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:19:01 -0300 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:19:01 -0300 |
commit | 1e289824b6fa9a2ce7ed13d8559f05683a75f466 (patch) | |
tree | f163c705f8f012a02d25447789e4bf3587a8073c /configure.in | |
parent | 3c9791557fef63c2ff7479a008a3ec4f20742227 (diff) | |
download | postgresql-REL8_2_21.tar.gz postgresql-REL8_2_21.zip |
Tag 8.2.21.REL8_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 f84347cf411..e97c94a54da 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], [8.2.20], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.2.21], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |