aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:54:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:54:31 +0000
commite675978ff5785b3fd2916702ca5004d47ebef3e1 (patch)
treea3d423555633c22ea66f3560518c704a810cc0c7 /configure.in
parent78e237e1e378b24dad13b36d84e37eb10f64b6a7 (diff)
downloadpostgresql-REL7_3_15.tar.gz
postgresql-REL7_3_15.zip
Stamp release 7.3.15.REL7_3_15
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 ff3da5ce79a..bd2bd147b95 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.23 2006/02/12 22:38:54 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.24 2006/05/21 21:54:31 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.14], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.3.15], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)