changed version to 0.16

pull/30/head
Axel Burri 2015-04-02 17:10:28 +02:00
parent 3479d780aa
commit 7b3d9f4ea1
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
btrbk-0.16
* Bugfix: correctly check retention policy for missing backups
btrbk-0.15
* Added configuration option "btrfs_progs_compat", to be enabled if

View File

@ -1,5 +1,5 @@
PN = btrbk
VERSION = 0.15
VERSION = 0.16
PREFIX ?= /usr
CONFDIR = /etc

2
btrbk
View File

@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
use Getopt::Std;
use Data::Dumper;
our $VERSION = "0.15";
our $VERSION = "0.16";
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2015-04-01" "btrbk v0.15" ""
.TH "btrbk" "1" "2015-04-02" "btrbk v0.16" ""
.SH NAME
btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-04-01" "btrbk v0.15" ""
.TH "btrbk.conf" "5" "2015-04-02" "btrbk v0.16" ""
.SH NAME
btrbk.conf \- btrbk configuration file
.SH SYNOPSIS