aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:53:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:53:31 +0000
commitf39fc4769ebac262fafa63ef029db971d3f11dc4 (patch)
treeda29e4b155a08c967a7ff880e822cafa3d0f67f4 /configure.in
parente35c0aee33daf66a958ed7c265d18af3c224ff18 (diff)
downloadpostgresql-REL8_0_8.tar.gz
postgresql-REL8_0_8.zip
Stamp release 8.0.8.REL8_0_8
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 642b3bfd883..e15997fbe40 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.398.4.11 2006/02/12 22:38:05 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.12 2006/05/21 21:53:31 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], [8.0.7], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.0.8], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.53)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])