diff options
| author | PostgreSQL Daemon <webmaster@postgresql.org> | 2004-09-27 02:17:14 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2004-09-27 02:17:14 +0000 |
| commit | 93371ed3a5f9b056b3c5abaedef5135399f358e9 (patch) | |
| tree | bdb0f94dae557577d4bfed09ee58d15b23621821 /configure.in | |
| parent | ae8f7313abaaed98248dcafbef14559a4b6c5efc (diff) | |
| download | postgresql-93371ed3a5f9b056b3c5abaedef5135399f358e9.tar.gz | |
update for beta3, and update Copyright date to 2004REL8_0_0BETA3
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 0657770268..59690afd4d 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.377 2004/09/17 22:31:59 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.378 2004/09/27 02:17:14 pgsql Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -17,10 +17,10 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [8.0.0beta2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.0.0beta3], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.53) -AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group]) +AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) AC_PREFIX_DEFAULT(/usr/local/pgsql) |
