diff options
author | PostgreSQL Daemon | 2006-11-25 03:34:13 +0000 |
---|---|---|
committer | PostgreSQL Daemon | 2006-11-25 03:34:13 +0000 |
commit | c11b5228cf26f469e06c54e9d1aac484b49a00ed (patch) | |
tree | 5f918ab87f79be11bde7b09a83c36fc255727c40 /configure.in | |
parent | 0d9e0d9dde6fe2e10ad25f80e7eaee03baabf6ba (diff) |
update for rc1REL8_2_RC1
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 ce7427291c5..848e19c0a3b 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.487 2006/11/07 17:59:02 pgsql Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.488 2006/11/25 03:34:10 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.2beta3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.2rc1], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group]) |