diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-09-17 01:18:41 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-09-17 01:18:41 +0000 |
commit | 861861edcc04a6e3ebdfe363311f122e2b226196 (patch) | |
tree | 4364e37603ac4f1805c262cdb32512129c229edc /configure.in | |
parent | ec6fca101e81d7bb3a5e2e2df38c1236b26c8698 (diff) | |
download | postgresql-REL9_0_0.tar.gz postgresql-REL9_0_0.zip |
tag v9.0.0 ... the big day approachesREL9_0_0
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 5e46d9a31ff..d7fec2c2a3d 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.632.2.2 2010/08/27 03:04:40 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.632.2.3 2010/09/17 01:18: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], [9.0rc1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0.0], [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 |