diff options
author | Marc G. Fournier | 2008-09-19 03:04:13 +0000 |
---|---|---|
committer | Marc G. Fournier | 2008-09-19 03:04:13 +0000 |
commit | 63aa5e3527602714e364803cc019516a5476bc75 (patch) | |
tree | fe8f8829b755c407b167ba214f23f522f8975e46 /configure.in | |
parent | cc36508001d929154dd6a859a8030162d0a5940d (diff) |
tag for 8.3.4REL8_3_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 30679d6d317..abd651dc355 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.6 2008/06/09 00:38:40 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.546.2.7 2008/09/19 03:04:12 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.3], [[email protected]]) +AC_INIT([PostgreSQL], [8.3.4], [[email protected]]) 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 |