| Derick Rethans 2007-01-04, 6:59 pm |
| derick Thu Jan 4 14:28:08 2007 UTC
Modified files:
/qaweb/include release-qa.php
Log:
- Update for upcoming RCs.
http://cvs.php.net/viewvc.cgi/qaweb...9&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.68 qaweb/include/release-qa.php:1.69
--- qaweb/include/release-qa.php:1.68 Sat Dec 16 21:16:03 2006
+++ qaweb/include/release-qa.php Thu Jan 4 14:28:08 2007
@@ -1,12 +1,12 @@
-<?php /* $Id: release-qa.php,v 1.68 2006/12/16 21:16:03 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.69 2007/01/04 14:28:08 derick Exp $ */
/*
* This file generates the "Providing QA for PHP x.x.x.." task item
* with list of urls to the packages.
*/
-$CURRENT_QA_RELEASE = "4.4.4RC1";
-$BUILD_TEST_RELEASES = array( '4.4.4RC1' , '5.2.1RC1');
+$CURRENT_QA_RELEASE = "4.4.5RC1";
+$BUILD_TEST_RELEASES = array( '4.4.5RC1' , '5.2.1RC2');
$RELEASE_PROCESS = true;
$RC_FILES = array (
array (
@@ -26,7 +26,7 @@
);
/* PHP 5 Releases */
-$CURRENT_QA_RELEASE_5 = '5.2.1RC1';
+$CURRENT_QA_RELEASE_5 = '5.2.1RC2';
$RC_FILES_5 = array (
array (
|