summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-03 17:07:18 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-03 17:07:18 +0000
commit73a71f50cdb20b6728759e1c40bdd9d3b6581f17 (patch)
tree68f69d5d46e98928419a68ccf635fea8fe23a87d /configure.in
parent65ae84279135711210a5d30cffb3298b1b6b66d3 (diff)
downloadpostgresql-73a71f50cdb20b6728759e1c40bdd9d3b6581f17.tar.gz
Stamp release 8.0.4.
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 4c81a14aa5..260e4e906e 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.6 2005/08/17 20:20:22 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.7 2005/10/03 17:07:15 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.3], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.0.4], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.53)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])