Skip to content

Commit 5913196

Browse files
author
Ilia Alshanetsky
committed
5.2.9
1 parent 83c3fa6 commit 5913196

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

include/rc-md5sums.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
11dac673bc41fe607ddae680f4ae10ea php-5.2.9RC3.tar.bz2
2-
fe946ebdea131c97ced75139c3302676 php-5.2.9RC3.tar.gz
31
ac16e56bf6a4b37ff35d9bc061063a97 php-5.3.0beta1.tar.bz2
42
71c6c06087cfa9c38567b050d00bcabf php-5.3.0beta1.tar.gz

include/release-qa.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* with list of urls to the packages.
66
*/
77

8-
$BUILD_TEST_RELEASES = array('5.3.0beta1', '5.2.9RC3');
8+
$BUILD_TEST_RELEASES = array('5.3.0beta1');
99
$DEV_RELEASES = array();
1010

1111
foreach($BUILD_TEST_RELEASES as $release) {
@@ -15,9 +15,9 @@
1515
$DEV_RELEASES[] = $release . "-dev";
1616
}
1717

18-
$RELEASE_PROCESS = array(52 => true, 53 => true);
18+
$RELEASE_PROCESS = array(52 => false, 53 => true);
1919

20-
$CURRENT_QA_RELEASE_52 = '5.2.9RC3';
20+
$CURRENT_QA_RELEASE_52 = false; // '5.2.9RC3';
2121
$RC_FILES_52 = array (
2222
array (
2323
'http://downloads.php.net/ilia/',

0 commit comments

Comments
 (0)