diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-03-02 00:44:55 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-03-02 00:44:55 +0000 |
commit | 2d558b2baa459628d73b48f7a2946a643815fb0e (patch) | |
tree | 736953dd28ee5c64167a6bc2311b66722445ff42 /configure.in | |
parent | 040f11db244ef9117bbce98f3cfa3daad0cd222e (diff) | |
download | postgresql-REL7_3_6.tar.gz postgresql-REL7_3_6.zip |
Brand 7.3.6.REL7_3_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 54ad53fbd4b..27ad634fc79 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.12 2004/02/02 04:08:12 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.13 2004/03/02 00:44:53 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.3.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3.6], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |