summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2006-09-23 01:33:37 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2006-09-23 01:33:37 +0000
commitbbed6678f312fb9a81a0f7548131607b6f50c59a (patch)
tree925e8125214a25a9451f4933145bb0bc46a5ef77 /configure.in
parentd40d34863e23bbfce2fbdc05e85b92e7ae321ecd (diff)
downloadpostgresql-bbed6678f312fb9a81a0f7548131607b6f50c59a.tar.gz
Tag us Beta1REL8_2_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 d6e5cae349..3cdacb75e2 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.474 2006/09/09 03:15:40 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.475 2006/09/23 01:33:32 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.2devel], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.2beta1], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group])