aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-09-15 14:32:35 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-09-15 14:32:35 +0000
commitbaba02a84e2ad6bbf40ed30249fd53421614f995 (patch)
treeb54c3de2b33da1be29c9d9139ba8bdfc05dd68b1 /configure.in
parent4d016a957def1157232d65bda7a1fbdd4127a2e5 (diff)
downloadpostgresql-REL7_4_BETA3.tar.gz
postgresql-REL7_4_BETA3.zip
tag her for beta3, as announced on Friday ...REL7_4_BETA3
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 52c46e1f237..e9bd01b91c9 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.289 2003/09/13 17:01:09 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.290 2003/09/15 14:32:35 pgsql 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.4beta2], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4beta3], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)