summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon2005-09-16 17:15:55 +0000
committerPostgreSQL Daemon2005-09-16 17:15:55 +0000
commitcd859180909de045af668441b8f2de8109adeeeb (patch)
treefce5cf162abd987a6bc0bbe619c39b6086d73d8e /configure.in
parent0296606f781b865de145c19aa4a5fa7a02ac1baa (diff)
tag it all beta2 ...REL8_1_0BETA2
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 708bc92a629..73527572512 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.425 2005/08/25 02:28:03 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.426 2005/09/16 17:15:53 pgsql 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], [8.1beta1], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.1beta2], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])