diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-06-06 03:56:39 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-06-06 03:56:39 +0000 |
commit | 21cb67512c481ee8ca955e67e04a31a89a2a4d65 (patch) | |
tree | a24c787da876428e75ce9de30625830e7427a702 /configure.in | |
parent | 6deaeb3e2b865e79a8feddd39e8e6e463b6a6190 (diff) | |
download | postgresql-REL8_3_2.tar.gz postgresql-REL8_3_2.zip |
tag for 8.3.2REL8_3_2
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 f2d5b3ed078..e0b28bce85a 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.546.2.4 2008/04/28 22:47:11 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.546.2.5 2008/06/06 03:56:39 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.3.1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.3.2], [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 |