Skip to content

Commit

Permalink
Bump version to 2.049_000
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler committed Mar 11, 2013
1 parent d9a50d2 commit 8b0912c
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 42 deletions.
26 changes: 13 additions & 13 deletions r2/META.json
Expand Up @@ -90,19 +90,19 @@
"provides" : {
"Marpa::R2" : {
"file" : "lib/Marpa/R2.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::HTML" : {
"file" : "html/lib/Marpa/R2/HTML.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::HTML::Callback" : {
"file" : "html/lib/Marpa/R2/HTML/Callback.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::HTML::Config" : {
"file" : "html/lib/Marpa/R2/HTML/Config.pm",
Expand Down Expand Up @@ -142,7 +142,7 @@
},
"Marpa::R2::Internal" : {
"file" : "lib/Marpa/R2/Internal.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Internal::Grammar" : {
"file" : "lib/Marpa/R2/Grammar.pm",
Expand Down Expand Up @@ -174,31 +174,31 @@
},
"Marpa::R2::MetaAST" : {
"file" : "lib/Marpa/R2/MetaAST.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::MetaG" : {
"file" : "lib/Marpa/R2/MetaG.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Recognizer" : {
"file" : "lib/Marpa/R2/Recognizer.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Scanless" : {
"file" : "lib/Marpa/R2/Scanless.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Stuifzand" : {
"file" : "lib/Marpa/R2/Stuifzand.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Thin::Trace" : {
"file" : "lib/Marpa/R2/Thin/Trace.pm",
"version" : "2.047_012"
"version" : "2.049_000"
},
"Marpa::R2::Value" : {
"file" : "lib/Marpa/R2/Value.pm",
"version" : "2.047_012"
"version" : "2.049_000"
}
},
"release_status" : "testing",
Expand All @@ -210,5 +210,5 @@
"url" : "git://github.com/jeffreykegler/Marpa-R2.git"
}
},
"version" : "2.047_012"
"version" : "2.049_000"
}
26 changes: 13 additions & 13 deletions r2/META.yml
Expand Up @@ -59,16 +59,16 @@ no_index:
provides:
Marpa::R2:
file: lib/Marpa/R2.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::HTML:
file: html/lib/Marpa/R2/HTML.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::HTML::Callback:
file: html/lib/Marpa/R2/HTML/Callback.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::HTML::Config:
file: html/lib/Marpa/R2/HTML/Config.pm
version: 0
Expand Down Expand Up @@ -98,7 +98,7 @@ provides:
version: 0
Marpa::R2::Internal:
file: lib/Marpa/R2/Internal.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Internal::Grammar:
file: lib/Marpa/R2/Grammar.pm
version: 0
Expand All @@ -122,25 +122,25 @@ provides:
version: 0
Marpa::R2::MetaAST:
file: lib/Marpa/R2/MetaAST.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::MetaG:
file: lib/Marpa/R2/MetaG.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Recognizer:
file: lib/Marpa/R2/Recognizer.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Scanless:
file: lib/Marpa/R2/Scanless.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Stuifzand:
file: lib/Marpa/R2/Stuifzand.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Thin::Trace:
file: lib/Marpa/R2/Thin/Trace.pm
version: 2.047_012
version: 2.049_000
Marpa::R2::Value:
file: lib/Marpa/R2/Value.pm
version: 2.047_012
version: 2.049_000
recommends:
Config::AutoConf: 0.22
ExtUtils::MakeMaker: 0
Expand All @@ -155,4 +155,4 @@ requires:
resources:
license: http://opensource.org/licenses/lgpl-license.php
repository: git://github.com/jeffreykegler/Marpa-R2.git
version: 2.047_012
version: 2.049_000
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.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$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 @@ -26,7 +26,7 @@ no warnings qw(recursion qw);
use strict;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$STRING_VERSION = $VERSION;
## no critic (BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/MetaAST.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

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

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$STRING_VERSION = $VERSION;
## no critic(BuiltinFunctions::ProhibitStringyEval)
$VERSION = eval $VERSION;
Expand Down
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Scanless.pm
Expand Up @@ -20,7 +20,7 @@ use strict;
use warnings;

use vars qw($VERSION $STRING_VERSION);
$VERSION = '2.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$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.047_012';
$VERSION = '2.049_000';
$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], [47])
m4_define([marpa_micro_version], [12])
m4_define([marpa_minor_version], [49])
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], [47])
m4_define([marpa_micro_version], [12])
m4_define([marpa_minor_version], [49])
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 8b0912c

Please sign in to comment.