summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane2005-10-03 17:14:24 +0000
committerTom Lane2005-10-03 17:14:24 +0000
commit4082f5e34f20872ab150b5707bc6d662cbe9b757 (patch)
treebdd039322edd3167e2a52f83095d54609e6fe577 /configure.in
parentfd366be49a243fd1356e1be0406314adbfaa2611 (diff)
Stamp release 7.4.9.
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 1639c0f393c..8cd5597e9d8 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.14 2005/05/05 20:08:33 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.15 2005/10/03 17:14:22 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.8], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4.9], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)