Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Feb 18, 2012
1 parent c8a9dcd commit b658636
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions r2/Changes
Expand Up @@ -15,6 +15,7 @@

Revision history for Marpa::R2

0.001_021 Fri Feb 17 16:36:52 PST 2012
0.001_020 Thu Feb 16 08:42:06 PST 2012
0.001_019 Thu Jan 19 08:40:41 PST 2012
0.001_018 Sat Jan 14 21:33:30 PST 2012
Expand Down
2 changes: 1 addition & 1 deletion r2/html/lib/Marpa/R2/HTML.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/html/lib/Marpa/R2/HTML/Callback.pm
Expand Up @@ -21,7 +21,7 @@ use integer;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## use critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION @ISA $DEBUG);
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Grammar.pm
Expand Up @@ -32,7 +32,7 @@ use integer;
use utf8;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Internal.pm
Expand Up @@ -22,7 +22,7 @@ use integer;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Recognizer.pm
Expand Up @@ -22,7 +22,7 @@ use integer;
use English qw( -no_match_vars );

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Value.pm
Expand Up @@ -21,7 +21,7 @@ use strict;
use integer;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '0.001_020';
$VERSION = '0.001_021';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down

0 comments on commit b658636

Please sign in to comment.