Skip to content

Commit

Permalink
Bumped version to 2.016000
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Aug 6, 2012
1 parent 7e5b895 commit 370f0b6
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 37 deletions.
12 changes: 3 additions & 9 deletions r2/Changes
Expand Up @@ -15,21 +15,15 @@

Revision history for Marpa::R2

2.015_004 Thu Aug 2 16:33:51 PDT 2012
2.015_003 Mon Jul 30 22:01:45 PDT 2012
2.015_002
2.015_001 Tue Jul 24 21:25:43 PDT 2012
2.015_000 Sat Jul 21 18:38:13 PDT 2012

* Developer's releases
2.016000 Sun Aug 5 17:20:13 PDT 2012

* Documentation fixes

* Added marpa_r_expected_symbol_event_set() to Libmarpa;
* Added marpa_r_expected_symbol_event_set() to Libmarpa

* Added Marpa::R2::Recognizer::expected_symbol_event_set(),
Marpa::R2::Recognizer::events(), and 'event_if_expected'
recognizer named argument.
recognizer named argument to Marpa::R2

2.014000 Sat Jul 21 18:18:52 PDT 2012

Expand Down
18 changes: 9 additions & 9 deletions r2/META.json
Expand Up @@ -75,19 +75,19 @@
"provides" : {
"Marpa::R2" : {
"file" : "lib/Marpa/R2.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::HTML" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::HTML::Callback" : {
"file" : "html/lib/Marpa/R2/HTML/Callback.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::HTML::Internal" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
Expand All @@ -99,7 +99,7 @@
},
"Marpa::R2::Internal" : {
"file" : "lib/Marpa/R2/Internal.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::Internal::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
Expand All @@ -115,18 +115,18 @@
},
"Marpa::R2::Recognizer" : {
"file" : "lib/Marpa/R2/Recognizer.pm",
"version" : "2.015_004"
"version" : "2.016000"
},
"Marpa::R2::Value" : {
"file" : "lib/Marpa/R2/Value.pm",
"version" : "2.015_004"
"version" : "2.016000"
}
},
"release_status" : "testing",
"release_status" : "stable",
"resources" : {
"repository" : {
"url" : "git://github.com/jeffreykegler/Marpa-R2.git"
}
},
"version" : "2.015_004"
"version" : "2.016000"
}
16 changes: 8 additions & 8 deletions r2/META.yml
Expand Up @@ -45,16 +45,16 @@ no_index:
provides:
Marpa::R2:
file: lib/Marpa/R2.pm
version: 2.015_004
version: 2.016000
Marpa::R2::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 2.015_004
version: 2.016000
Marpa::R2::HTML:
file: html/lib/Marpa/R2/HTML.pm
version: 2.015_004
version: 2.016000
Marpa::R2::HTML::Callback:
file: html/lib/Marpa/R2/HTML/Callback.pm
version: 2.015_004
version: 2.016000
Marpa::R2::HTML::Internal:
file: html/lib/Marpa/R2/HTML.pm
version: 0
Expand All @@ -63,7 +63,7 @@ provides:
version: 0
Marpa::R2::Internal:
file: lib/Marpa/R2/Internal.pm
version: 2.015_004
version: 2.016000
Marpa::R2::Internal::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0
Expand All @@ -75,10 +75,10 @@ provides:
version: 0
Marpa::R2::Recognizer:
file: lib/Marpa/R2/Recognizer.pm
version: 2.015_004
version: 2.016000
Marpa::R2::Value:
file: lib/Marpa/R2/Value.pm
version: 2.015_004
version: 2.016000
recommends:
HTML::Entities: 3.68
HTML::Parser: 3.64
Expand All @@ -91,4 +91,4 @@ requires:
Scalar::Util: 1.21
resources:
repository: git://github.com/jeffreykegler/Marpa-R2.git
version: 2.015_004
version: 2.016000
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.015_004';
$VERSION = '2.016000';
$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 = '2.015_004';
$VERSION = '2.016000';
$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.015_004';
$VERSION = '2.016000';
$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 = '2.015_004';
$VERSION = '2.016000';
$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 = '2.015_004';
$VERSION = '2.016000';
$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 = '2.015_004';
$VERSION = '2.016000';
$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 = '2.015_004';
$VERSION = '2.016000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
4 changes: 2 additions & 2 deletions r2/libmarpa/dev/dist/configure.ac
Expand Up @@ -32,8 +32,8 @@ m4_define(marpa_configure_in)
# set marpa_binary_age _and_ marpa_interface_age to 0.
#
m4_define([marpa_major_version], [2])
m4_define([marpa_minor_version], [15])
m4_define([marpa_micro_version], [4])
m4_define([marpa_minor_version], [16])
m4_define([marpa_micro_version], [0])
m4_define([marpa_interface_age], [100])
m4_define([marpa_binary_age],
[m4_eval(100 * marpa_minor_version + marpa_micro_version)])
Expand Down
4 changes: 2 additions & 2 deletions r2/libmarpa/dev/doc_dist/configure.ac
Expand Up @@ -32,8 +32,8 @@ m4_define(marpa_configure_in)
# set marpa_binary_age _and_ marpa_interface_age to 0.
#
m4_define([marpa_major_version], [2])
m4_define([marpa_minor_version], [15])
m4_define([marpa_micro_version], [4])
m4_define([marpa_minor_version], [16])
m4_define([marpa_micro_version], [0])
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 370f0b6

Please sign in to comment.