Skip to content

Commit

Permalink
bump version to 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jun 11, 2017
1 parent f9f18c3 commit aa21503
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension BackupPC-XS.

0.56: Jun 11, 2017

- minor change to Makefile.PL to ensure that parallel builds (make -j N) work with BSD make

0.55: Jun 4, 2017

- updated Makefile.PL so ./configure is run before subdirs are built when parallel make (eg: make -j 4) is used
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BackupPC-XS version 0.55
BackupPC-XS version 0.56
========================

BackupPC::XS implements various BackupPC functions in a perl-callable
Expand Down
2 changes: 1 addition & 1 deletion lib/BackupPC/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
'all' => [ @EXPORT_OK ],
);

our $VERSION = '0.55';
our $VERSION = '0.56';

require XSLoader;
XSLoader::load('BackupPC::XS', $VERSION);
Expand Down

0 comments on commit aa21503

Please sign in to comment.