Skip to content

Commit 619f917

Browse files
Prepare release
1 parent 4dbc3ab commit 619f917

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

6262
/**

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<arg value="composer.phar"/>
168168
<arg value="require"/>
169169
<arg value="phpunit/dbunit"/>
170-
<arg value="1.2.*"/>
170+
<arg value="1.3.*"/>
171171
</exec>
172172

173173
<exec executable="php">

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>2014-02-24</date>
20+
<date>2014-03-26</date>
2121
<version>
22-
<release>3.7.32</release>
22+
<release>3.7.33</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)