We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaee9cd commit 2f08eeaCopy full SHA for 2f08eea
PHPUnit/Runner/Version.php
@@ -56,7 +56,7 @@
56
*/
57
class PHPUnit_Runner_Version
58
{
59
- const VERSION = '3.7.9';
+ const VERSION = '3.7.10';
60
protected static $version;
61
62
/**
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2012-11-06</date>
+ <date>2012-12-02</date>
21
<version>
22
- <release>3.7.9</release>
+ <release>3.7.10</release>
23
<api>3.7.0</api>
24
</version>
25
<stability>
0 commit comments