1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-11 00:12:06 +03:00

Stamp release 8.0.8.

This commit is contained in:
Tom Lane
2006-05-21 21:53:31 +00:00
parent e35c0aee33
commit f39fc4769e
3 changed files with 12 additions and 12 deletions

View File

@@ -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])