From b4a9974c5d088735a05d36666f40d2de7f0f8c55 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 27 May 2015 17:36:58 +0200 Subject: [PATCH] changed version to 0.19.0 --- ChangeLog | 2 +- btrbk | 2 +- doc/btrbk.1 | 2 +- doc/btrbk.conf.5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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