diff --git a/ChangeLog b/ChangeLog index e169985..414bc52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -btrbk-current +btrbk-0.15 * Added configuration option "btrfs_progs_compat", to be enabled if using btrfs-progs < 3.17 (closes: #6). diff --git a/Makefile b/Makefile index c9b24f1..618a348 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.14 +VERSION = 0.15 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index f980be4..7a9c8bb 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.15-dev"; +our $VERSION = "0.15"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index efbed72..0cdc54d 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-03-19" "btrbk v0.14" "" +.TH "btrbk" "1" "2015-04-01" "btrbk v0.15" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 34d8298..0bfdabf 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-03-19" "btrbk v0.14" "" +.TH "btrbk.conf" "5" "2015-04-01" "btrbk v0.15" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS