Skip to content

Commit

Permalink
Set version to dev-master.
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Jul 19, 2017
1 parent 6af6b60 commit ac86118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if (defined(__NAMESPACE__ . '\running') === false) {
define(__NAMESPACE__ . '\running', true);
define(__NAMESPACE__ . '\directory', __DIR__);
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: 3.1.1 $'));
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: dev-master $'));
define(__NAMESPACE__ . '\author', 'Frédéric Hardy');
define(__NAMESPACE__ . '\mail', '[email protected]');
define(__NAMESPACE__ . '\repository', 'http://www.atoum.org/atoum');
Expand Down

0 comments on commit ac86118

Please sign in to comment.