Release v1.1.2
Benjamin Renard

Benjamin Renard commited on 2015-11-17 09:39:50
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -44,7 +44,7 @@ Getopt::Long::Configure('bundling');
44 44
 use lib "/usr/share/backuppc/lib";
45 45
 use BackupPC::Lib;
46 46
 
47
-my $version = '1.1.1';
47
+my $version = '1.1.2';
48 48
 my $warnDaysOld = 2;
49 49
 my $critDaysOld = 7;
50 50
 my $verbose = 0;
51 51