diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-16 21:33:50 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-16 21:33:50 +0000 |
commit | 3f78df10b168b78232fdbefe1d9d84c37f5aaaab (patch) | |
tree | 65b3ee28daf08da28310480328a231540228a900 /configure.in | |
parent | fc2e2ef64e58a852d6a9ab371e529465c32b2c5c (diff) | |
download | postgresql-REL7_4.tar.gz postgresql-REL7_4.zip |
k, tag the releaseREL7_4
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 b08a7ab5618..7b9d6940da5 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.1 2003/11/10 05:47:06 pgsql Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.2 2003/11/16 21:33:50 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.4RC2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |