We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a885d0 commit e0a7bd9Copy full SHA for e0a7bd9
README
@@ -1,4 +1,4 @@
1
-BackupPC-XS version 0.53
+BackupPC-XS version 0.54
2
========================
3
4
BackupPC::XS implements various BackupPC functions in a perl-callable
lib/BackupPC/XS.pm
@@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
55
'all' => [ @EXPORT_OK ],
56
);
57
58
-our $VERSION = '0.53';
+our $VERSION = '0.54';
59
60
require XSLoader;
61
XSLoader::load('BackupPC::XS', $VERSION);
0 commit comments