summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-11-03 05:27:18 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-11-03 05:27:18 +0000
commitcc3a149cb0b8a93bfee113c0e4a1ab35f49ad02c (patch)
tree80369acfeed9776d784ea2ecbf5efb100f75981a /configure.in
parentb402503fb6c1455536dc2940d8cb50b68a5e8b17 (diff)
downloadpostgresql-cc3a149cb0b8a93bfee113c0e4a1ab35f49ad02c.tar.gz
tag it Release Candidate 1, as previously discussedREL7_4_RC1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 124be26ff0..2ca0dfcb4d 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.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)