Skip to content

Commit

Permalink
Set version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Dec 1, 2014
1 parent 775647a commit bd1b0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
define(__NAMESPACE__ . '\running', true);
define(__NAMESPACE__ . '\directory', __DIR__);
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: DEVELOPMENT-0.0.1 $'));
define(__NAMESPACE__ . '\version', preg_replace('/\$Rev: ([^ ]+) \$/', '$1', '$Rev: 1.0.0 $'));
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
1.0.0

0 comments on commit bd1b0a5

Please sign in to comment.