mirror of https://github.com/digint/btrbk
btrbk: bump to forgotten dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0)
dependency introduced in:
0acbf74c
btrbk: add btrfs_subvolume_list_complete: fetch all subvolumes with all flags
pull/274/head
parent
e879620195
commit
bd66f83663
|
@ -1,3 +1,7 @@
|
|||
btrbk-master
|
||||
|
||||
* Bump dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0).
|
||||
|
||||
btrbk-0.27.1
|
||||
|
||||
* MIGRATION
|
||||
|
|
2
btrbk
2
btrbk
|
@ -36,7 +36,7 @@ our $VERSION = '0.27.1';
|
|||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
our $BTRFS_PROGS_MIN = '3.18.2'; # required since btrbk-v0.23.0
|
||||
our $BTRFS_PROGS_MIN = '4.12'; # required since btrbk-v0.27.0
|
||||
|
||||
my $VERSION_INFO = "btrbk command line client, version $VERSION";
|
||||
|
||||
|
|
Loading…
Reference in New Issue