Changed version to 0.12

pull/30/head v0.12
Axel Burri 2015-03-13 19:38:51 +01:00
parent 14e675bacd
commit 523b989b02
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
explicit selection of subvolumes to be processed explicit selection of subvolumes to be processed
- bugfixes - bugfixes
* btrbk-0.12-dev * btrbk-0.12
- cleaner and more generic parsing of btrfs subvolume list - cleaner and more generic parsing of btrfs subvolume list
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes - bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
issues #1, #2) issues #1, #2)

View File

@ -1,5 +1,5 @@
PN = btrbk PN = btrbk
VERSION = 0.11 VERSION = 0.12
PREFIX ?= /usr PREFIX ?= /usr
CONFDIR = /etc CONFDIR = /etc

2
btrbk
View File

@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
use Getopt::Std; use Getopt::Std;
use Data::Dumper; use Data::Dumper;
our $VERSION = "0.12-dev"; our $VERSION = "0.12";
our $AUTHOR = 'Axel Burri <axel@tty0.ch>'; our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<http://www.digint.ch/btrbk>'; our $PROJECT_HOME = '<http://www.digint.ch/btrbk>';

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2015-03-02" "btrbk v0.11" "" .TH "btrbk" "1" "2015-03-13" "btrbk v0.12" ""
.SH NAME .SH NAME
btrbk \- backup tool for btrfs volumes btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -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 .SH NAME
btrbk.conf \- btrbk configuration file btrbk.conf \- btrbk configuration file
.SH SYNOPSIS .SH SYNOPSIS