summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-06-30 19:33:01 +0200
committer Eric Hameleers <alien@slackware.com>2017-06-30 19:33:01 +0200
commit9a715d28b26908166077acf37612bab40186ced3 (patch)
tree2ecdc1c3859ac50168c95d0fca86f0cbda02a273
parent73f2f9361341b2611077c209c37bdaa626acea02 (diff)
downloadliveslak-1.1.8.1.tar.gz
liveslak-1.1.8.1.tar.xz
Bump the version to 1.1.8.1 (for a new Plasma5 ISO)1.1.8.1
-rwxr-xr-xmake_slackware_live.sh4
1 files 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