Skip to content

Commit 8fc3d0f

Browse files
sebastianbergmanndas-peter
authored andcommitted
Prepare release.
1 parent 3abd102 commit 8fc3d0f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.markdown

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

99
* Fixed TRAC-979: `@codeCoverageIgnoreStart` is being ignored.
1010
* Fixed TRAC-986: Memory leaks with mock objects.
11+
* Reduced memory footprint of code coverage report generation.
1112

1213
PHPUnit 3.4.6
1314
-------------

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<email>sb@sebastian-bergmann.de</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2010-01-01</date>
20+
<date>2010-01-15</date>
2121
<version>
22-
<release>3.4.6</release>
23-
<api>3.4.6</api>
22+
<release>3.4.7</release>
23+
<api>3.4.7</api>
2424
</version>
2525
<stability>
2626
<release>stable</release>

0 commit comments

Comments
 (0)