diff options
author | Bruce Momjian | 2002-11-26 22:04:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-11-26 22:04:55 +0000 |
commit | b010b9d78e455722cfbba3ca760b6bace057a64b (patch) | |
tree | e4a6a6408035551e0c3ac2ccb99e96b5c861472b /configure.in | |
parent | c02e607d3b2eca8d9b14e8f07c1e04ae25f94544 (diff) |
Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in
configure/configure.in.
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 a21f042412e..b2023bafc51 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.217.2.4 2002/11/18 04:41:14 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.5 2002/11/26 22:04:55 momjian 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.3rc2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |