Release 15.0.8

This commit is contained in:
Robby Workman 2021-10-24 19:45:56 -05:00
parent 13c79b1eb2
commit 25aac7e027
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Oct 24 19:44:21 CDT 2021
---------------
- Release 15.0.8
- New exit status for different situations (Piter PUNK)
Mon Aug 16 02:14:02 UTC 2021 Mon Aug 16 02:14:02 UTC 2021
--------------- ---------------
- Release 15.0.7 - Release 15.0.7

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg PKGNAM=slackpkg
VERSION=${VERSION:-15.0.7} VERSION=${VERSION:-15.0.8}
ARCH="noarch" ARCH="noarch"
BUILD=${BUILD:-1} BUILD=${BUILD:-1}