summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2002-11-03 01:35:06 +0000
committerBruce Momjian2002-11-03 01:35:06 +0000
commit24135fbf09cd63067bdd897f168e1783257ad536 (patch)
tree2d49b94e26227bb1b457122d5f9e3761bd93a15d /configure.in
parentd3f9d0ce576cc6dd2f1ab318f4668d30e50668da (diff)
Stamp beta4.
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 783320a1586..daa10e11b1f 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.216 2002/10/24 03:11:05 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.217 2002/11/03 01:35:06 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.3b3], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.3b4], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)