From 922662c74368625ad0ab3fdd5ac64d8542a3f2cc Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 2 Oct 2017 14:56:00 +0800 Subject: [PATCH] Sync Fedora release numbers with the upstream repository --- whohas | 4 ++-- whohas.cf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/whohas b/whohas index 0057745..4203e55 100755 --- a/whohas +++ b/whohas @@ -54,8 +54,8 @@ unless (-d $confdir) { my @columns = (11,38,18,4,10,25); my $cols = 6; -our $fedora_min_release = 22 ; -our $fedora_max_release = 24 ; +our $fedora_min_release = 25 ; +our $fedora_max_release = 26 ; our $debian_current_release = "all" ; our $ubuntu_current_release = "all" ; our $openbsd_release = "6.0" ; diff --git a/whohas.cf b/whohas.cf index b88dead..3022dff 100644 --- a/whohas.cf +++ b/whohas.cf @@ -9,8 +9,8 @@ # Versioning information. # -#$fedora_min_release = 22; -#$fedora_max_release = 24; +#$fedora_min_release = 25; +#$fedora_max_release = 26; #$debian_current_release = 'all'; #$ubuntu_current_release = 'all'; #$openbsd_release = '6.0';