diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:39:12 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:39:12 -0400 |
commit | e1fa2d4139bbc2dace6da1f6f77bc7e87cd091bb (patch) | |
tree | d43ebaa0b960c9458de7e89eb3c405b886e20fe7 /configure.in | |
parent | cc80df243eaee67530fe5ca88435b36360031510 (diff) | |
download | postgresql-REL8_4_21.tar.gz postgresql-REL8_4_21.zip |
Stamp 8.4.21.REL8_4_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 cafe11454a4..7087fe78fbe 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.4.20], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.21], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |