From bbed6678f312fb9a81a0f7548131607b6f50c59a Mon Sep 17 00:00:00 2001 From: PostgreSQL Daemon Date: Sat, 23 Sep 2006 01:33:37 +0000 Subject: Tag us Beta1 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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]) -- cgit v1.2.1