diff options
author | Peter Eisentraut | 2010-02-19 18:43:31 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-02-19 18:43:31 +0000 |
commit | 3ba6a3cb76f3c3ab2994d83c84ec5fa453d40aa8 (patch) | |
tree | a3565336a1a3910d8b2f452857ad0121876fbc37 /configure.in | |
parent | f8f0140d73b23b92062465c4977a71a6ee336eea (diff) |
Version stamp 9.0alpha4REL9_0_ALPHA4REL9_0_ALPHA4_BRANCH
(in the right branch)
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 c442e261b6c..9e8c2aa269a 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.623 2010/02/17 04:19:37 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.623.2.1 2010/02/19 18:43:30 petere 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], [9.0devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0alpha4], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |