Skip to content

Commit 6381a99

Browse files
Prepare release
1 parent d13b2f6 commit 6381a99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog-4.8.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes of the PHPUnit 4.8 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [4.8.33] - 2017-MM-DD
5+
## [4.8.33] - 2017-01-25
66

77
### Fixed
88

@@ -237,6 +237,7 @@ New PHAR release due to updated dependencies
237237
* Made the argument check of `assertContains()` and `assertNotContains()` more strict to prevent undefined behavior such as [#1808](https://github.com/sebastianbergmann/phpunit/issues/1808)
238238
* Changed the name of the default group from `__nogroup__` to `default`
239239

240+
[4.8.33]: https://github.com/sebastianbergmann/phpunit/compare/4.8.32...4.8.33
240241
[4.8.32]: https://github.com/sebastianbergmann/phpunit/compare/4.8.31...4.8.32
241242
[4.8.31]: https://github.com/sebastianbergmann/phpunit/compare/4.8.30...4.8.31
242243
[4.8.30]: https://github.com/sebastianbergmann/phpunit/compare/4.8.29...4.8.30

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function id()
3232
}
3333

3434
if (self::$version === null) {
35-
$version = new Version('4.8.32', dirname(dirname(__DIR__)));
35+
$version = new Version('4.8.33', dirname(dirname(__DIR__)));
3636
self::$version = $version->getVersion();
3737
}
3838

0 commit comments

Comments
 (0)