diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:42:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-12 19:42:21 +0000 |
commit | 53d7eece13f9e5f6c3a5e9594ef62ff4509995ca (patch) | |
tree | 5b91b806601cae88ac5e398ff4ccf09eca8c0709 /configure.in | |
parent | 9dd224e3c69605fd2074237f41f6fd60e9717a52 (diff) | |
download | postgresql-REL7_3_16.tar.gz postgresql-REL7_3_16.zip |
Stamp 7.3.16.REL7_3_16
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 bd2bd147b95..4ec8f894b48 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.24 2006/05/21 21:54:31 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.25 2006/10/12 19:42:21 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.15], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3.16], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |