summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier2010-06-04 07:28:30 +0000
committerMarc G. Fournier2010-06-04 07:28:30 +0000
commitdcd52a64bd9d3baa252a8bea662b08f7780035a1 (patch)
tree92a69008fd91ef110268d145a6985dea241f5612 /configure.in
parent3ceb44fa0a96231202b8192dff2f0e517ad534fc (diff)
tag 9.0beta2REL9_0_BETA2
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 0a19f92bb02..a84e37b8197 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.629 2010/05/25 17:28:20 meskes Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.630 2010/06/04 07:28:30 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.0beta1], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [9.0beta2], [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