summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier2007-09-14 23:19:58 +0000
committerMarc G. Fournier2007-09-14 23:19:58 +0000
commit2f2f9b9bae54a09012ab37a8db6fee692d81972f (patch)
treebf8a89cddf66755d40ec2e83fc2472d26f12119d /configure.in
parent226b3129f5c9471123509f4d75ea94a762bdb158 (diff)
update configure for 7.4.18
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 97a9701c05a..ea83766f1f1 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.25 2007/04/20 15:15:43 pgsql Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.26 2007/09/14 23:19:58 scrappy 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.17], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4.18], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)