1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-04 12:02:48 +03:00

Stamp 7.3.12.

This commit is contained in:
Tom Lane
2005-12-09 20:56:45 +00:00
parent 52d70a3088
commit fbb687fa1b
5 changed files with 18 additions and 18 deletions

View File

@@ -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.18 2005/10/03 17:24:25 tgl Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.19 2005/12/09 20:56:45 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.11], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [7.3.12], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)