diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2007-01-06 02:25:19 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2007-01-06 02:25:19 +0000 |
commit | c41e33f5faf98a038a1df83d38e903a13d9b4abe (patch) | |
tree | 65a2fe8fe17882972979144b7b5735d8205618c6 /configure.in | |
parent | 3941045cd3c973af799b69edc22528927f1dca18 (diff) |
tag for 7.3.17 ...
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 4ec8f894b48..4d02721558e 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.25 2006/10/12 19:42:21 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.26 2007/01/06 02:25:19 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.3.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3.17], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |