From 9a715d28b26908166077acf37612bab40186ced3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 30 Jun 2017 19:33:01 +0200 Subject: Bump the version to 1.1.8.1 (for a new Plasma5 ISO) --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6cb5027..4694806 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.8" +VERSION="1.1.8.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} @@ -1028,7 +1028,7 @@ if [ "$MULTILIB" = "YES" ]; then MSEQ="${MSEQ} pkglist:multilib" fi -echo "-- Creating '${LIVEDE}' image (based on ${DISTRO^}-${SL_VERSION} ${SL_ARCH})." +echo "-- Creating liveslak ${VERSION} '${LIVEDE}' image (based on ${DISTRO^}-${SL_VERSION} ${SL_ARCH})." # Module sequence can be composed of multiple sub-sequences: for MSUBSEQ in ${MSEQ} ; do -- cgit v1.2.3