From 9a5e8311be625852670a3edad93c4aa883b2ebe0 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 14 Jul 2016 01:37:03 +0200 Subject: [PATCH] change version to 0.23.3 --- ChangeLog | 4 +++- btrbk | 2 +- doc/btrbk.1 | 2 +- doc/btrbk.conf.5 | 2 +- doc/ssh_filter_btrbk.1 | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 225e07b..c553399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -btrbk-current +btrbk-0.23.3 * Replace "realpath -e" with "readlink -e" for mountpoint discovery (close #92). + * Dynamically set BINDIR in btrbk.service by Makefile. + * Add ChangeLog to DOCDIR in Makefile. btrbk-0.23.2 diff --git a/btrbk b/btrbk index 0da8a18..6dc7bf9 100755 --- a/btrbk +++ b/btrbk @@ -46,7 +46,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.23.3-dev'; +our $VERSION = '0.23.3'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 0385af5..48ec90b 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2016-06-07" "btrbk v0.23.2" "" +.TH "btrbk" "1" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 006a784..68feabc 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2016-06-07" "btrbk v0.23.2" "" +.TH "btrbk.conf" "5" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/doc/ssh_filter_btrbk.1 b/doc/ssh_filter_btrbk.1 index eb10509..27a8fae 100644 --- a/doc/ssh_filter_btrbk.1 +++ b/doc/ssh_filter_btrbk.1 @@ -1,4 +1,4 @@ -.TH "ssh_filter_btrbk" "1" "2016-06-06" "btrbk v0.23.2" "" +.TH "ssh_filter_btrbk" "1" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)