aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index d909862..6eb1c09 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -214,6 +214,7 @@ sub get_slack_version {
my %supported = (
'14.0' => '14.0',
'14.1' => '14.1',
+ '14.2' => '14.2',
);
my ($fh, $exit) = open_read('/etc/slackware-version');
if ($exit) {