diff options
| author | Peter Eisentraut | 2010-02-19 16:03:22 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2010-02-19 16:03:22 +0000 |
| commit | a779afb40cf4ff540cfe6598c1370d70e1dbf0da (patch) | |
| tree | a65bedee47b795aab62a4c93f74aa1ee0e2b9347 /configure.in | |
| parent | f8f0140d73b23b92062465c4977a71a6ee336eea (diff) | |
Version stamp 9.0alpha4
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..bb017e3480e 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.624 2010/02/19 16:03:22 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 |
