Skip to content

Commit ba46701

Browse files
Prepare release
1 parent 8bc313c commit ba46701

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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.21';
59+
const VERSION = '3.7.22';
6060
protected static $version;
6161

6262
/**

package.xml

Lines changed: 2 additions & 3 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-23</date>
20+
<date>2013-07-06</date>
2121
<version>
22-
<release>3.7.21</release>
22+
<release>3.7.22</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>
@@ -192,7 +192,6 @@
192192
</dir>
193193
<file baseinstalldir="/" name="Autoload.php" role="php" />
194194
</dir>
195-
<file baseinstalldir="/" name="ChangeLog.md" role="doc" />
196195
<file baseinstalldir="/" name="CONTRIBUTING.md" role="doc" />
197196
<file baseinstalldir="/" name="LICENSE" role="doc" />
198197
<file baseinstalldir="/" name="README.md" role="doc" />

0 commit comments

Comments
 (0)