Skip to content

Commit

Permalink
Bumped version to 2.027_003
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed Nov 28, 2012
1 parent 79e42c5 commit 0eb31fd
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 31 deletions.
1 change: 1 addition & 0 deletions r2/Changes
Expand Up @@ -15,6 +15,7 @@

Revision history for Marpa::R2

2.027_003 Wed Nov 28 08:32:40 PST 2012
2.027_002 Tue Nov 27 19:35:01 PST 2012
2.027_001 Mon Nov 26 09:16:00 PST 2012
2.027_000 Fri Nov 23 08:37:19 PST 2012
Expand Down
20 changes: 10 additions & 10 deletions r2/META.json
Expand Up @@ -81,19 +81,19 @@
"provides" : {
"Marpa::R2" : {
"file" : "lib/Marpa/R2.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::HTML" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::HTML::Callback" : {
"file" : "html/lib/Marpa/R2/HTML/Callback.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::HTML::Config" : {
"file" : "html/lib/Marpa/R2/HTML/Config.pm",
Expand Down Expand Up @@ -121,7 +121,7 @@
},
"Marpa::R2::Internal" : {
"file" : "lib/Marpa/R2/Internal.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::Internal::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
Expand Down Expand Up @@ -149,19 +149,19 @@
},
"Marpa::R2::Recognizer" : {
"file" : "lib/Marpa/R2/Recognizer.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::Stuifzand" : {
"file" : "lib/Marpa/R2/Stuifzand.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::Thin::Trace" : {
"file" : "lib/Marpa/R2/Thin/Trace.pm",
"version" : "2.027_002"
"version" : "2.027_003"
},
"Marpa::R2::Value" : {
"file" : "lib/Marpa/R2/Value.pm",
"version" : "2.027_002"
"version" : "2.027_003"
}
},
"release_status" : "testing",
Expand All @@ -170,5 +170,5 @@
"url" : "git://github.com/jeffreykegler/Marpa-R2.git"
}
},
"version" : "2.027_002"
"version" : "2.027_003"
}
20 changes: 10 additions & 10 deletions r2/META.yml
Expand Up @@ -50,16 +50,16 @@ no_index:
provides:
Marpa::R2:
file: lib/Marpa/R2.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::HTML:
file: html/lib/Marpa/R2/HTML.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::HTML::Callback:
file: html/lib/Marpa/R2/HTML/Callback.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::HTML::Config:
file: html/lib/Marpa/R2/HTML/Config.pm
version: 0
Expand All @@ -80,7 +80,7 @@ provides:
version: 0
Marpa::R2::Internal:
file: lib/Marpa/R2/Internal.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::Internal::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0
Expand All @@ -101,16 +101,16 @@ provides:
version: 0
Marpa::R2::Recognizer:
file: lib/Marpa/R2/Recognizer.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::Stuifzand:
file: lib/Marpa/R2/Stuifzand.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::Thin::Trace:
file: lib/Marpa/R2/Thin/Trace.pm
version: 2.027_002
version: 2.027_003
Marpa::R2::Value:
file: lib/Marpa/R2/Value.pm
version: 2.027_002
version: 2.027_003
recommends:
Config::AutoConf: 0.2
ExtUtils::MakeMaker: 0
Expand All @@ -124,4 +124,4 @@ requires:
Scalar::Util: 1.21
resources:
repository: git://github.com/jeffreykegler/Marpa-R2.git
version: 2.027_002
version: 2.027_003
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 = '2.027_002';
$VERSION = '2.027_003';
$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 @@ -20,7 +20,7 @@ use strict;
package Marpa::R2::HTML::Callback;

use vars qw( $VERSION $STRING_VERSION );
$VERSION = '2.027_002';
$VERSION = '2.027_003';
$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 = '2.027_002';
$VERSION = '2.027_003';
$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 @@ -28,7 +28,7 @@ no warnings qw(recursion qw);
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.027_002';
$VERSION = '2.027_003';
$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 @@ -21,7 +21,7 @@ use warnings;
use Carp;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.027_002';
$VERSION = '2.027_003';
$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 @@ -21,7 +21,7 @@ use strict;
use English qw( -no_match_vars );

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

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.027_002';
$VERSION = '2.027_003';
$STRING_VERSION = $VERSION;
$VERSION = eval $VERSION;

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.027_002';
$VERSION = '2.027_003';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/libmarpa/dev/dist/configure.ac
Expand Up @@ -33,7 +33,7 @@ m4_define(marpa_configure_in)
#
m4_define([marpa_major_version], [2])
m4_define([marpa_minor_version], [27])
m4_define([marpa_micro_version], [2])
m4_define([marpa_micro_version], [3])
m4_define([marpa_interface_age], [100])
m4_define([marpa_binary_age],
[m4_eval(100 * marpa_minor_version + marpa_micro_version)])
Expand Down
2 changes: 1 addition & 1 deletion r2/libmarpa/dev/doc_dist/configure.ac
Expand Up @@ -33,7 +33,7 @@ m4_define(marpa_configure_in)
#
m4_define([marpa_major_version], [2])
m4_define([marpa_minor_version], [27])
m4_define([marpa_micro_version], [2])
m4_define([marpa_micro_version], [3])
m4_define([marpa_interface_age], [100])
m4_define([marpa_binary_age],
[m4_eval(100 * marpa_minor_version + marpa_micro_version)])
Expand Down

0 comments on commit 0eb31fd

Please sign in to comment.