1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

tag it Release Candidate 1, as previously discussed

This commit is contained in:
PostgreSQL Daemon
2003-11-03 05:27:18 +00:00
parent b402503fb6
commit cc3a149cb0
2 changed files with 11 additions and 11 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.300 2003/11/01 20:48:51 petere Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.301 2003/11/03 05:27:18 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.4beta5], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [7.4RC1], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)