summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier2010-04-30 03:16:58 +0000
committerMarc G. Fournier2010-04-30 03:16:58 +0000
commitf9d9b2b34a094b94fda39231c16ab5f2e6bfbbe4 (patch)
treed211c2a206199707d728fff70dfad9b5fc3b7961 /configure.in
parent616a3b2df4ecf064b8a40929cd0a594f119bb61c (diff)
tag for 9.0beta1REL9_0_BETA1
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 f0ade8f92cc..a57ae37ea3c 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.625 2010/02/19 18:42:30 petere Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.626 2010/04/30 03:16:58 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.0devel], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [9.0beta1], [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