diff options
author | PostgreSQL Daemon | 2005-01-17 20:47:10 +0000 |
---|---|---|
committer | PostgreSQL Daemon | 2005-01-17 20:47:10 +0000 |
commit | c22b7eccd368754ea96865c046764382ab05db4b (patch) | |
tree | fa6cb334e972b4daf96424fd98f15e13ecdb26fd /configure.in | |
parent | 1723f1f7ae64cac9225479cf5494713f5d791526 (diff) |
its that time ... tag it for releaseREL8_0_0
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 da817ddefdc..dd4fdf8eedd 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.397 2005/01/11 05:29:18 pgsql Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.398 2005/01/17 20:47:07 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.0.0rc5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.0.0], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.53) AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group]) |