diff --git a/ChangeLog b/ChangeLog index bf937dd..4ff1cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -btrbk-current +btrbk-0.17.0 * New versioning scheme using more common three-level versions. * Code refactoring: cleanup of data structures and handling of btrfs diff --git a/Makefile b/Makefile index 4ed88c2..e9b16f2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.16 +VERSION = 0.17.0 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index b0cc3cb..4570f96 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.0-dev"; +our $VERSION = "0.17.0"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index b4c8c20..83d44b7 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-04-02" "btrbk v0.16" "" +.TH "btrbk" "1" "2015-04-30" "btrbk v0.17.0" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index edabe61..9f42b6a 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-04-02" "btrbk v0.16" "" +.TH "btrbk.conf" "5" "2015-04-30" "btrbk v0.17.0" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS