| Ilia Alshanetsky 2004-03-19, 12:53 pm |
| iliaa Thu Mar 18 13:31:22 2004 EDT
Modified files:
/qaweb/include rc-md5sums.txt release-qa.php
Log:
4.3.5RC4
http://cvs.php.net/diff.php/qaweb/i...12&r2=1.13&ty=u
Index: qaweb/include/rc-md5sums.txt
diff -u qaweb/include/rc-md5sums.txt:1.12 qaweb/include/rc-md5sums.txt:1.13
--- qaweb/include/rc-md5sums.txt:1.12 Mon Feb 16 11:49:24 2004
+++ qaweb/include/rc-md5sums.txt Thu Mar 18 13:31:21 2004
@@ -1,3 +1,3 @@
-efa1b74ed9c34f4801ce576f73bbd29c php-4.3.5RC3.tar.bz2
-0004b2f84938eb834002828f1f74bb08 php-4.3.5RC3.tar.gz
-0aca0ca6b63ade16e049623ed58d895b php-4.3.5RC3-Win32.zip
+677df559363411d0251c009c15d4eada php-4.3.5RC4.tar.bz2
+d42a46829e829ee5edeeff23fbfe14f8 php-4.3.5RC4.tar.gz
+074233736e7aa322bd5d9aaca403a2c6 php-4.3.5RC4-Win32.zip
http://cvs.php.net/diff.php/qaweb/i...15&r2=1.16&ty=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.15 qaweb/include/release-qa.php:1.16
--- qaweb/include/release-qa.php:1.15 Mon Feb 16 11:49:24 2004
+++ qaweb/include/release-qa.php Thu Mar 18 13:31:21 2004
@@ -1,11 +1,11 @@
-<?php /* $Id: release-qa.php,v 1.15 2004/02/16 16:49:24 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.16 2004/03/18 18:31:21 iliaa 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.3.5RC3';
+$CURRENT_QA_RELEASE = '4.3.5RC4';
$RELEASE_PROCESS = true;
$RC_FILES = array (
|