diff options
| author | Marc G. Fournier <scrappy@hub.org> | 2007-09-15 00:26:05 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 2007-09-15 00:26:05 +0000 |
| commit | a93840e343018241d40560da6b0431c4a8d6571f (patch) | |
| tree | ec7943007a77073e576db8c467951b6e01ddac66 /configure.in | |
| parent | 8ea2d503b6f74640b960c1d41e696983cf6fe29e (diff) | |
tag configure for 7.3.20
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 2dd90d6591d..83e8d46266a 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.28 2007/04/20 16:19:11 pgsql Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.29 2007/09/15 00:26:05 scrappy 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.19], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3.20], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |
