diff options
| author | PostgreSQL Daemon | 2006-11-07 17:59:05 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon | 2006-11-07 17:59:05 +0000 |
| commit | 9b3aee524ff92e681fc19d0bf2a5f0b8f8ab12c1 (patch) | |
| tree | 359e4f35143139599f055e4587950fee94d1fef7 /configure.in | |
| parent | f0395d50e9486e1a5691fe4bfab92d4800460c83 (diff) | |
Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 514329473a4..ce7427291c5 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.486 2006/11/06 03:44:37 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.487 2006/11/07 17:59:02 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.2beta2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.2beta3], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group]) |
