Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 3, 2016
1 parent 844ec6e commit 900370c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [4.0.0] - 2016-MM-DD
## [4.0.0] - 2016-06-03

### Changed

Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"irc": "irc://irc.freenode.net/phpunit"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "~1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Report/Html/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class Renderer
*/
public function __construct($templatePath, $generator, $date, $lowUpperBound, $highLowerBound)
{
$version = new Version('4.0', dirname(dirname(dirname(dirname(__DIR__)))));
$version = new Version('4.0.0', dirname(dirname(dirname(dirname(__DIR__)))));

$this->templatePath = $templatePath;
$this->generator = $generator;
Expand Down

0 comments on commit 900370c

Please sign in to comment.