diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:20:06 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:20:06 +0000 |
commit | c302ed9e4e3d5d1c3407452a9a9b83ad6d1b1fb6 (patch) | |
tree | b0c6a2329f02aed56fc4c48e6d6f65d10092751f /configure.in | |
parent | 5328277894e4f6a1ded0012c1b26406432e4fcde (diff) | |
download | postgresql-REL8_4_4.tar.gz postgresql-REL8_4_4.zip |
tag 8.4.4REL8_4_4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d8019085a75..95e16d1bdd9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.602.2.5 2010/03/12 03:23:23 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.602.2.6 2010/05/14 03:20:06 scrappy Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -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.3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.4], [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 |