summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-08-04 21:34:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-08-04 21:34:35 +0000
commitfcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch)
tree07673d8517a11d149859d7b8146233f8fad66f3f /configure.in
parentecb68138e9d26324256db004c1783b4a41b75a33 (diff)
downloadpostgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fb221e6397..5a27f6cc75 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.370 2004/08/01 06:19:16 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.371 2004/08/04 21:33:35 tgl 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], [7.5devel], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.0devel], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.53)
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])