mirror of https://github.com/digint/btrbk
parent
b4c4a96b14
commit
4ffaf430c5
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.23.0
|
||||
|
||||
* INCOMPATIBLE CONFIGURATION:
|
||||
* Please read "doc/upgrade_to_v0.23.0.md" for details on updating
|
||||
|
|
2
btrbk
2
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.0-dev";
|
||||
our $VERSION = "0.23.0";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2016-04-16" "btrbk v0.23.0-rc1" ""
|
||||
.TH "btrbk" "1" "2016-04-23" "btrbk v0.23.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2016-04-22" "btrbk v0.23.0-dev" ""
|
||||
.TH "btrbk.conf" "5" "2016-04-23" "btrbk v0.23.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "ssh_filter_btrbk" "1" "2016-04-16" "btrbk v0.23.0-rc1" ""
|
||||
.TH "ssh_filter_btrbk" "1" "2016-04-23" "btrbk v0.23.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
Loading…
Reference in New Issue