diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-22 00:26:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-22 00:26:24 +0000 |
commit | 7447537803edd4cbdefd8477e64c6841bd2234a6 (patch) | |
tree | 321aa12964e640d8d4a09ca1139a08e87fd0055b /configure.in | |
parent | 5b7e88dbe0ad700e2994989c7b01f08f9e6b31d4 (diff) | |
download | postgresql-REL7_4_6.tar.gz postgresql-REL7_4_6.zip |
Stamp release 7.4.6.REL7_4_6
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 df56d547414..b0b8a913967 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.11 2004/08/18 03:11:25 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.12 2004/10/22 00:26:22 tgl 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.4.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4.6], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |