Skip to content

Commit

Permalink
Bump version to 0.42 and update Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Feb 10, 2011
1 parent 286f661 commit 3cff339
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,6 +1,10 @@
minismokebox
============

0.42 Thu Feb 10 21:52:04 GMT 2011
- Make noepoch option actually do what it is supposed to do
and work from the configuration file

0.40 Thu Dec 9 19:59:42 GMT 2010
- Finally get rid of the USE_SIGCHLD redefined warnings
- Add 'random' option to smoke random CPAN dists
Expand Down
2 changes: 1 addition & 1 deletion lib/App/SmokeBox/Mini.pm
Expand Up @@ -30,7 +30,7 @@ use vars qw($VERSION);

use constant CPANURL => 'ftp://cpan.cpantesters.org/CPAN/';

$VERSION = '0.40';
$VERSION = '0.42';

$ENV{PERL5_MINISMOKEBOX} = $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/SmokeBox/Mini/Plugin.pm
Expand Up @@ -3,7 +3,7 @@ package App::SmokeBox::Mini::Plugin;
use strict;
use warnings;

our $VERSION = '0.40';
our $VERSION = '0.42';

qq[Smokin' plugins];

Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/SmokeBox/Backend/Test/SmokeBox/Mini.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use base qw(POE::Component::SmokeBox::Backend::Base);
use vars qw($VERSION);

$VERSION = '0.40';
$VERSION = '0.42';

sub _data {
my $self = shift;
Expand Down

0 comments on commit 3cff339

Please sign in to comment.