From 9f96974a5d2a0071b3255466160358d2288c510e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 19 Mar 2015 17:20:21 +0100 Subject: [PATCH] Changed version to 0.13 --- ChangeLog | 7 ++++--- Makefile | 2 +- btrbk | 2 +- doc/btrbk.1 | 2 +- doc/btrbk.conf.5 | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c49f962..77ddaa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/Makefile b/Makefile index 8da5eb6..fff48a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.12 +VERSION = 0.13 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index 2b4ec20..0f48fe2 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.13-dev"; +our $VERSION = "0.13"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 9dda5bb..ccee52e 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -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 diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index fff529e..c68189a 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -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