diff --git a/Makefile b/Makefile index 0d9e513..cbbc2d2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ URL = http://snaplinux.org REPO = core BRIEF = The Snaplinux package management system DESC = The Snaplinux package management system -SLVER = 1 +SLVER = 0 ARCHIVE := '' SRCDIR := $(PWD)/SRC/sl diff --git a/SRC/sl/SL.pm b/SRC/sl/SL.pm index 2b09c20..1181a74 100644 --- a/SRC/sl/SL.pm +++ b/SRC/sl/SL.pm @@ -40,7 +40,7 @@ our @EXPORT = qw( $sl ); -our $VERSION = '0.15'; +our $VERSION = '0.18'; ############################################################ #