Skip to content

Commit

Permalink
Set version to 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Randy committed Dec 7, 2015
1 parent bcc3497 commit 3b76b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants.php
Expand Up @@ -6,7 +6,7 @@
{
define(__NAMESPACE__ . '\running', true);
define(__NAMESPACE__ . '\directory', __DIR__);
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: dev-master $'));
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: 2.4.1 $'));
define(__NAMESPACE__ . '\author', 'Frédéric Hardy');
define(__NAMESPACE__ . '\mail', 'support@atoum.org');
define(__NAMESPACE__ . '\repository', 'http://www.atoum.org/atoum');
Expand Down
2 changes: 1 addition & 1 deletion scripts/git/.tag
@@ -1 +1 @@
2.4.0
2.4.1

0 comments on commit 3b76b6f

Please sign in to comment.