summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-10-03 03:08:14 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-10-03 03:08:14 +0000
commit17f682488b747fce25c7dd449bdc1e060d44761a (patch)
tree97ee7fe4c5b3e64264eff5853c7194c476178e70 /configure.in
parent19c90bcc2560225ab4ea70007af970e6042fbe00 (diff)
downloadpostgresql-17f682488b747fce25c7dd449bdc1e060d44761a.tar.gz
brand her beta4REL7_4_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 988b2dae68..62ede6dde0 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.292 2003/09/27 16:24:44 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.293 2003/10/03 03:08:14 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.4beta3], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4beta4], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)