aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:54:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-21 21:54:02 +0000
commit82f56fad31e808898897566e62d1985deccc6cfd (patch)
treea0ce6de13277f1bd3937aaacdf811ff3e5b46c63 /configure.in
parentd6a74fe494ffb25200b38500167c9eac145020f0 (diff)
downloadpostgresql-REL7_4_13.tar.gz
postgresql-REL7_4_13.zip
Stamp release 7.4.13.REL7_4_13
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 54bb81de9af..1d407bced70 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.301.2.20 2006/02/12 22:38:30 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.21 2006/05/21 21:54:02 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.4.12], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4.13], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)