diff --git a/ChangeLog b/ChangeLog index 0b895b9..04f4023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ explicit selection of subvolumes to be processed - bugfixes -* btrbk-0.12-dev +* btrbk-0.12 - cleaner and more generic parsing of btrfs subvolume list - bugfix: subvolumes are also allowed for "snapshot_dir" (fixes issues #1, #2) diff --git a/Makefile b/Makefile index 1280948..8da5eb6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.11 +VERSION = 0.12 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index daf5abe..7bf2f0d 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.12-dev"; +our $VERSION = "0.12"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 5410679..005f13c 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-03-02" "btrbk v0.11" "" +.TH "btrbk" "1" "2015-03-13" "btrbk v0.12" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 5089cff..5c328e1 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-03-02" "btrbk v0.11" "" +.TH "btrbk.conf" "5" "2015-03-13" "btrbk v0.12" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS