summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-13 16:57:36 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-13 16:57:36 +0000
commit735614c1cf217bba83b135b9412bff4a6df684f6 (patch)
tree6a335c9f4394f5f515b2d59c007a5705698728d3 /configure.in
parentdbc51778838d35946e0c6fcd8e2653e99dde7b17 (diff)
downloadpostgresql-735614c1cf217bba83b135b9412bff4a6df684f6.tar.gz
Stamp 7.4.1.
Update 7.4.1 FAQ's to current.
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 d3b76965bb..8c58f628bb 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.3 2003/11/24 13:11:27 petere Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.4 2003/12/13 16:57:36 momjian 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], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4.1], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)