Skip to content

Commit

Permalink
Bump version number to 0.1601.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 30, 2015
1 parent cac852b commit e7331fd
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Games::Solitaire::Verify - verify solutions for solitaire games.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

=head1 SYNOPSIS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Getopt::Long qw(GetOptionsFromArray);
use Games::Solitaire::Verify::VariantsMap;
use Games::Solitaire::Verify::Solution;

our $VERSION = '0.1600';
our $VERSION = '0.1601';

__PACKAGE__->mk_acc_ref(
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use parent 'Games::Solitaire::Verify::Base';

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use Data::Dumper qw(Dumper);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Games::Solitaire::Verify::Base - a base class.

use vars qw($VERSION);

$VERSION = '0.1600';
$VERSION = '0.1601';

use Class::XSAccessor;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Solitaire card.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ columns that are composed of a sequence of cards.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classes for G::S::Verify.

use vars qw($VERSION);

$VERSION = '0.1600';
$VERSION = '0.1601';

use Exception::Class (
'Games::Solitaire::Verify::Exception',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ foundations (or home-cells) in a Solitaire game.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Freecells in games such as Freecell, Baker's Game, or Seahaven Towers
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ talon of Klondike-like games.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version 0.01
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ of Freecell Solver (or a similar solve)
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Solution::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ moves.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Solution::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ laxer expansion.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

sub _assign_read_new_state
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ states (or positions) of the entire board.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the parameters of the variant.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

use parent 'Games::Solitaire::Verify::Base';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ their parameters.
=cut

our $VERSION = '0.1600';
our $VERSION = '0.1601';

sub _init
{
Expand Down

0 comments on commit e7331fd

Please sign in to comment.