Changed version to 0.13

pull/30/head v0.13
Axel Burri 2015-03-19 17:20:21 +01:00
parent 930e2cfbf0
commit 9f96974a5d
5 changed files with 8 additions and 7 deletions

View File

@ -12,6 +12,7 @@
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
issues #1, #2)
* btrbk-current
- bugfix: allow '@' character for subvolume names (ubuntu prefixes
all subvolumes with '@' in its subvolume layout)
* btrbk-0.13
- bugfix: allow '@' character for subvolume names (blocker for
ubuntu users, since ubuntu prefixes all subvolumes with '@' in its
subvolume layout)

View File

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

2
btrbk
View File

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

View File

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

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-03-13" "btrbk v0.12" ""
.TH "btrbk.conf" "5" "2015-03-19" "btrbk v0.13" ""
.SH NAME
btrbk.conf \- btrbk configuration file
.SH SYNOPSIS