Skip to content

Commit

Permalink
bumped version to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Mar 5, 2017
1 parent 1742cec commit 9d204b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl extension BackupPC-XS.

0.51: March 5, 2017

- added dynamic:: target to subdir Makefile.PLs to fix build issue on gentoo
(patch submitted by Slaven Rezic; see https://rt.cpan.org/Ticket/Display.html?id=120495)

0.50: March 3, 2017

- Reference counting is now per-backup; replaced static delta information with callable interface.
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.50
BackupPC-XS version 0.51
========================

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.50';
our $VERSION = '0.51';

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

0 comments on commit 9d204b0

Please sign in to comment.