diff options
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 e4b6c0b0eae..97a9701c05a 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.24 2007/02/02 00:15:34 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.25 2007/04/20 15:15:43 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.4.16], [[email protected]]) +AC_INIT([PostgreSQL], [7.4.17], [[email protected]]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |