changed version to 0.20.0

pull/48/head v0.20.0
Axel Burri 2015-09-02 12:27:13 +02:00
parent 99c70e38a5
commit 5b0e618632
4 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
btrbk-current
btrbk-0.20.0
* Added configuration option "ssh_port" (close: #39).
* Added configuration option "ssh_compression" (close: #44).
* Added command line option "--progress" (close: #42).
* Bugfix: correct handling of empty "snapshot_dir" (close: #43).
* Accept long options on command line.
* Documentation: added FAQ.
btrbk-0.19.3

2
btrbk
View File

@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
use Getopt::Long qw(GetOptions);
use Data::Dumper;
our $VERSION = "0.20.0-dev";
our $VERSION = "0.20.0";
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-06-21" "btrbk v0.19.3" ""
.TH "btrbk" "1" "2015-09-02" "btrbk v0.20.0" ""
.SH NAME
btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-06-21" "btrbk v0.19.3" ""
.TH "btrbk.conf" "5" "2015-09-02" "btrbk v0.20.0" ""
.SH NAME
btrbk.conf \- btrbk configuration file
.SH SYNOPSIS