aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-10-22 00:27:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-10-22 00:27:05 +0000
commit42a8068b5ca8c27ef21dbfecebfd8bb0430139b1 (patch)
treebdf0d4c4067e85cb56e4cfb9e6889a709f169824 /configure.in
parent0b83c1f272165716d9c30911fbeab5dddca3ab18 (diff)
downloadpostgresql-REL7_3_8.tar.gz
postgresql-REL7_3_8.zip
Stamp release 7.3.8.REL7_3_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 5277b6c820d..18f6e6823be 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.14 2004/08/15 00:51:58 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.15 2004/10/22 00:27:04 tgl Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -21,7 +21,7 @@ dnl The GNU folks apparently haven't heard that some people don't use
dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
m4_define([info], [doc])
m4_define([infodir], [docdir])
-AC_INIT([PostgreSQL], [7.3.7], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.3.8], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)