change version to 0.23.3

pull/104/head v0.23.3
Axel Burri 2016-07-14 01:37:03 +02:00
parent 16d73b4e5a
commit 9a5e8311be
5 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
btrbk-current btrbk-0.23.3
* Replace "realpath -e" with "readlink -e" for mountpoint discovery * Replace "realpath -e" with "readlink -e" for mountpoint discovery
(close #92). (close #92).
* Dynamically set BINDIR in btrbk.service by Makefile.
* Add ChangeLog to DOCDIR in Makefile.
btrbk-0.23.2 btrbk-0.23.2

2
btrbk
View File

@ -46,7 +46,7 @@ use Carp qw(confess);
use Getopt::Long qw(GetOptions); use Getopt::Long qw(GetOptions);
use Time::Local qw( timelocal timegm timegm_nocheck ); use Time::Local qw( timelocal timegm timegm_nocheck );
our $VERSION = '0.23.3-dev'; our $VERSION = '0.23.3';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>'; our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<http://digint.ch/btrbk/>'; our $PROJECT_HOME = '<http://digint.ch/btrbk/>';

View File

@ -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 .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)

View File

@ -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 .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)

View File

@ -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 .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)