diff options
| author | Tom Lane | 2008-02-13 03:40:38 +0000 |
|---|---|---|
| committer | Tom Lane | 2008-02-13 03:40:38 +0000 |
| commit | cf9e156156290a9011dd17dfa917cebae3bee3fd (patch) | |
| tree | e7c690a27f5ea8decb98ab6261d58eae440cde2a /configure.in | |
| parent | 745e6edaaeaccb92a2a5efe44b49c8bcc7d0ce01 (diff) | |
Stamp HEAD as 8.4devel.
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 8ef5c738379..3688b787ab5 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 2008/02/01 04:16:29 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.547 2008/02/13 03:40:38 tgl 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.0], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4devel], [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 |
