Skip to content

Commit

Permalink
Bump version to 2.092000
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Sep 10, 2014
1 parent 9c3d78e commit 03c9ef0
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 25 deletions.
8 changes: 2 additions & 6 deletions cpan/Changes
Expand Up @@ -15,18 +15,14 @@

Revision history for Marpa::R2

2.091_001 (libmarpa 7.0.3) Sat Sep 6 17:46:19 PDT 2014
2.092000 (libmarpa 7.0.3) Sat Sep 6 17:46:19 PDT 2014

* Fix bug -- some duplicate SLIF events occurred
when external scanning was used.

* This version is a bugfix test and
* This is a bugfix release -- it
"leapfrogs" 2.091_000.

2.091_000 (libmarpa 7.0.3) Tue Aug 12 09:20:37 PDT 2014

* Packaging changes; new top-level SLIF methods.

2.090000 (libmarpa 7.0.3) Mon Aug 11 18:39:00 PDT 2014

* Fix bug in progress reports. The start of a rule
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Callback.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## use critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Config.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Config/Compile.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/html/lib/Marpa/R2/HTML/Internal.pm
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/html/meta/make_internal_pm.pl
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION @ISA $DEBUG);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/ASF.pm
Expand Up @@ -21,7 +21,7 @@ use warnings;
no warnings qw(recursion);

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Grammar.pm
Expand Up @@ -26,7 +26,7 @@ no warnings qw(recursion qw);
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Internal.pm
Expand Up @@ -24,7 +24,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/MetaAST.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Recognizer.pm
Expand Up @@ -21,7 +21,7 @@ use strict;
use English qw( -no_match_vars );

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

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

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Thin/Trace.pm
Expand Up @@ -20,7 +20,7 @@ use warnings;
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/lib/Marpa/R2/Value.pm
Expand Up @@ -20,7 +20,7 @@ use warnings;
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion cpan/meta/make_internal_pm.pl
Expand Up @@ -97,7 +97,7 @@ package Marpa::R2::Internal;
use Carp;
use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.091_001';
$VERSION = '2.092000';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;
END_OF_HEADER
Expand Down

0 comments on commit 03c9ef0

Please sign in to comment.