summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-08-15 00:24:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-08-15 00:24:04 +0000
commit17663e1aebf91a926a8ff2dd30d1fa1dedee2563 (patch)
tree6da0351e1bcad169d1bb326180822c6cf1a4ad0d /configure.in
parentd9dda2d7371662aa51d28a433331e1e1d05a55b8 (diff)
downloadpostgresql-17663e1aebf91a926a8ff2dd30d1fa1dedee2563.tar.gz
Stamp 7.4.4.REL7_4_4
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 6ab3218314..194d627d14 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.9 2004/06/16 03:47:35 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.10 2004/08/15 00:24: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.3], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4.4], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)