diff --git a/README b/README index a37f876..aebb605 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -BackupPC-XS version 0.53 +BackupPC-XS version 0.54 ======================== BackupPC::XS implements various BackupPC functions in a perl-callable diff --git a/lib/BackupPC/XS.pm b/lib/BackupPC/XS.pm index ac0dac5..943382e 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.53'; +our $VERSION = '0.54'; require XSLoader; XSLoader::load('BackupPC::XS', $VERSION);