1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

update files for beta3

This commit is contained in:
Marc G. Fournier
2007-11-16 04:29:45 +00:00
parent fb8b38e4bf
commit 2a174e45dd
4 changed files with 8718 additions and 9572 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.536 2007/11/13 00:13:19 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.537 2007/11/16 04:29:45 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], [8.3beta2], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [8.3beta3], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])