Skip to content

Commit 03d1a18

Browse files
Prepare release
1 parent 0b79157 commit 03d1a18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHPUnit 3.7.21
77
--------------
88

99
* Fixed #277: Account for `auto-globals-jit` when setting `$_ENV` and `$_SERVER` variables in the xml config.
10+
* Fixed #924: PHPUnit depends on packages that broke backwards compatability.
1011

1112
PHPUnit 3.7.20
1213
--------------

PHPUnit/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*/
5757
class PHPUnit_Runner_Version
5858
{
59-
const VERSION = '3.7.20';
59+
const VERSION = '3.7.21';
6060
protected static $version;
6161

6262
/**

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<email>sebastian@phpunit.de</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2013-05-13</date>
20+
<date>2013-05-23</date>
2121
<version>
22-
<release>3.7.20</release>
22+
<release>3.7.21</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)