mirror of https://github.com/digint/btrbk
parent
c445b32459
commit
79cbf7c0c3
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.26.0
|
||||
|
||||
* MIGRATION
|
||||
- If you are using raw targets, make sure to run the
|
||||
|
|
2
btrbk
2
btrbk
|
@ -32,7 +32,7 @@ use Carp qw(confess);
|
|||
use Getopt::Long qw(GetOptions);
|
||||
use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||
|
||||
our $VERSION = '0.26.0-dev';
|
||||
our $VERSION = '0.26.0';
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ use strict;
|
|||
use warnings FATAL => qw( all );
|
||||
use Getopt::Long qw(GetOptions);
|
||||
|
||||
our $VERSION = '0.26.0-dev'; # match btrbk version
|
||||
our $VERSION = '0.26.0'; # match btrbk version
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk(1)
|
||||
========
|
||||
:date: 2017-10-09
|
||||
:revision: 0.26.0-dev
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk.conf(5)
|
||||
=============
|
||||
:date: 2017-10-09
|
||||
:revision: 0.26.0-dev
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ssh_filter_btrbk(1)
|
||||
===================
|
||||
:date: 2017-10-09
|
||||
:revision: 0.26.0-dev
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
Loading…
Reference in New Issue