diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-17 14:44:07 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-17 14:44:07 -0500 |
commit | 0d90f0855d3d81cb47d65b95098524e7ef3439a4 (patch) | |
tree | 1a4e2b5a771989ebc68e15e95ec693003317e001 /configure.in | |
parent | 56e55cfd265a5e675e99fb67b0d55d78e018076c (diff) | |
download | postgresql-REL8_4_20.tar.gz postgresql-REL8_4_20.zip |
Stamp 8.4.20.REL8_4_20
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 24c69fea5ae..cafe11454a4 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.19], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.20], [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 |