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
Axel Burri 2018-12-25 22:12:23 +01:00
parent e879620195
commit bd66f83663
2 changed files with 5 additions and 1 deletions

View File

@ -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
View File

@ -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";