Skip to content

Commit c047ff0

Browse files
Prepare release
1 parent 087ce9f commit c047ff0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog-5.1.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 5.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [5.1.3] - 2015-12-DD
5+
## [5.1.3] - 2015-12-10
66

77
### Added
88

@@ -30,6 +30,7 @@ All notable changes of the PHPUnit 5.1 release series are documented in this fil
3030
* Merged [#1871](https://github.com/sebastianbergmann/phpunit/issues/1871): Added support for `@testdox` annotations on classes
3131
* Merged [#1917](https://github.com/sebastianbergmann/phpunit/issues/1917): Allow `@coversDefaultClass` annotation to work on traits
3232

33+
[5.1.3]: https://github.com/sebastianbergmann/phpunit/compare/5.1.2...5.1.3
3334
[5.1.2]: https://github.com/sebastianbergmann/phpunit/compare/5.1.1...5.1.2
3435
[5.1.1]: https://github.com/sebastianbergmann/phpunit/compare/5.1.0...5.1.1
3536
[5.1.0]: https://github.com/sebastianbergmann/phpunit/compare/5.0...5.1.0

src/Runner/Version.php

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

3232
if (self::$version === null) {
33-
$version = new SebastianBergmann\Version('5.1.2', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('5.1.3', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)