Corrected version number

This commit is contained in:
2020-08-16 16:52:35 -05:00
parent b2fa82dd6f
commit 2dce4dc009
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ URL = http://snaplinux.org
REPO = core REPO = core
BRIEF = The Snaplinux package management system BRIEF = The Snaplinux package management system
DESC = The Snaplinux package management system DESC = The Snaplinux package management system
SLVER = 1 SLVER = 0
ARCHIVE := '' ARCHIVE := ''
SRCDIR := $(PWD)/SRC/sl SRCDIR := $(PWD)/SRC/sl

View File

@@ -40,7 +40,7 @@ our @EXPORT = qw(
$sl $sl
); );
our $VERSION = '0.15'; our $VERSION = '0.18';
############################################################ ############################################################
# #