From 9d204b0d472ed65824b00ab7da8dc6da41e44641 Mon Sep 17 00:00:00 2001 From: Craig Barratt Date: Sun, 5 Mar 2017 13:18:07 -0800 Subject: [PATCH] bumped version to 0.51 --- Changes | 5 +++++ README | 2 +- lib/BackupPC/XS.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 11ac5ca..0d6000e 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/README b/README index 985e106..b434115 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -BackupPC-XS version 0.50 +BackupPC-XS version 0.51 ======================== BackupPC::XS implements various BackupPC functions in a perl-callable diff --git a/lib/BackupPC/XS.pm b/lib/BackupPC/XS.pm index b01f846..cb11783 100644 --- a/lib/BackupPC/XS.pm +++ b/lib/BackupPC/XS.pm @@ -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);