diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-10-22 04:16:39 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-10-22 04:16:39 +0000 |
commit | 7533e455f0b0dc6751ae2b3744fe989f8bc1a481 (patch) | |
tree | e74009cc22dfecb4e6bd1f45156a75cbb1aa7b9a /configure.in | |
parent | 336297e67675eb7e6bd277dee4542da260742459 (diff) | |
download | postgresql-REL7_4_BETA5.tar.gz postgresql-REL7_4_BETA5.zip |
up configure to beta5REL7_4_BETA5
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9de34631572..3b25a2b6fea 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.296 2003/10/15 22:23:56 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.297 2003/10/22 04:16:39 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.4beta4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4beta5], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |