summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2010-08-27 03:04:41 +0000
committerMarc G. Fournier <scrappy@hub.org>2010-08-27 03:04:41 +0000
commitee48d27e34f8c2c6a410b7265d8ac11dd8368e77 (patch)
treecf2e7852a9382473da02ad4899f0e5ae2b3a7c54 /configure.in
parentd7a1feba67c3b1fbe47a186a5749c47034966a38 (diff)
downloadpostgresql-ee48d27e34f8c2c6a410b7265d8ac11dd8368e77.tar.gz
tag rc1 ... final stretch ...REL9_0_RC1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9be4f8a6b9..5e46d9a31f 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.1 2010/07/30 03:31:41 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.632.2.2 2010/08/27 03:04:40 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.0beta4], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [9.0rc1], [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