]> granicus.if.org Git - postgresql/commitdiff
make sure we are tag'd for RC2
authorPostgreSQL Daemon <webmaster@postgresql.org>
Mon, 10 Nov 2003 05:47:06 +0000 (05:47 +0000)
committerPostgreSQL Daemon <webmaster@postgresql.org>
Mon, 10 Nov 2003 05:47:06 +0000 (05:47 +0000)
configure.in

index 2ca0dfcb4d7d73bee664362177c4ed0e339adc3a..b08a7ab56185741d5b705e002dbf32ddcb116acb 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.301 2003/11/03 05:27:18 pgsql Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.1 2003/11/10 05:47:06 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.4RC1], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.4RC2], [pgsql-bugs@postgresql.org])
 m4_undefine([infodir])
 m4_undefine([info])
 AC_SUBST(docdir)