diff --git a/ChangeLog b/ChangeLog index e0db611..856515a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -btrbk-current +btrbk-0.19.0 * Added "snapshot_create onchange", which skips snapshot creation if the latest snapshot is up-to-date (i.e. has same generation as the diff --git a/btrbk b/btrbk index ee5bc99..ef297c4 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.19.0-dev"; +our $VERSION = "0.19.0"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index f2f3f5a..e9e7e40 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-05-27" "btrbk v0.18.0" "" +.TH "btrbk" "1" "2015-05-27" "btrbk v0.19.0" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 5006c82..a179e9c 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-05-25" "btrbk v0.18.0" "" +.TH "btrbk.conf" "5" "2015-05-27" "btrbk v0.19.0" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS