Skip to content

Commit e0a7bd9

Browse files
committed
change version to 0.54
1 parent 5a885d0 commit e0a7bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BackupPC-XS version 0.53
1+
BackupPC-XS version 0.54
22
========================
33

44
BackupPC::XS implements various BackupPC functions in a perl-callable

lib/BackupPC/XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ my @FILE_TYPES = qw(
5555
'all' => [ @EXPORT_OK ],
5656
);
5757

58-
our $VERSION = '0.53';
58+
our $VERSION = '0.54';
5959

6060
require XSLoader;
6161
XSLoader::load('BackupPC::XS', $VERSION);

0 commit comments

Comments
 (0)