diff --git a/ChangeLog b/ChangeLog index be67740..a5c594e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -btrbk-current +btrbk-0.17.1 * Bugfix: send/receive: delete possibly left-behind garbled subvolume on failure. Fail with unrecoverable error if stray diff --git a/Makefile b/Makefile index e9b16f2..e860558 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.17.0 +VERSION = 0.17.1 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index d80a64f..d1d9dc0 100755 --- a/btrbk +++ b/btrbk @@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week); use Getopt::Std; use Data::Dumper; -our $VERSION = "0.17.1-dev"; +our $VERSION = "0.17.1"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 83d44b7..58b66c5 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-04-30" "btrbk v0.17.0" "" +.TH "btrbk" "1" "2015-05-15" "btrbk v0.17.1" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 9f42b6a..047ad11 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-04-30" "btrbk v0.17.0" "" +.TH "btrbk.conf" "5" "2015-05-15" "btrbk v0.17.1" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS