From aa21503aded2b258ba725ced3deb7c84218b9260 Mon Sep 17 00:00:00 2001 From: Craig Barratt Date: Sun, 11 Jun 2017 10:30:50 -0700 Subject: [PATCH] bump version to 0.56 --- Changes | 4 ++++ README | 2 +- lib/BackupPC/XS.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index e35667a..79a9257 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/README b/README index 49c2f52..16104af 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -BackupPC-XS version 0.55 +BackupPC-XS version 0.56 ======================== BackupPC::XS implements various BackupPC functions in a perl-callable diff --git a/lib/BackupPC/XS.pm b/lib/BackupPC/XS.pm index 9f5dcd9..03db5af 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.55'; +our $VERSION = '0.56'; require XSLoader; XSLoader::load('BackupPC::XS', $VERSION);