summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-19 21:40:29 +0100
committer Eric Hameleers <alien@slackware.com>2018-01-19 21:40:29 +0100
commit34ff602b1f3edc6b8c66a36993388f501aea12ff (patch)
treedd7092061c113766d1cef4966dcbff9e4427120f
parent3e127983f4ca8cf0d4926360f7e4b15bb65aa5f2 (diff)
downloadliveslak-34ff602b1f3edc6b8c66a36993388f501aea12ff.tar.gz
liveslak-34ff602b1f3edc6b8c66a36993388f501aea12ff.tar.xz
Slackware Live Edition: version 1.1.9.51.1.9.5
-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 a3a60a4..c7ba170 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
+# Copyright 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,7 +35,7 @@
# -----------------------------------------------------------------------------
# Version of the Live OS generator:
-VERSION="1.1.9.4"
+VERSION="1.1.9.5"
# Directory where our live tools are stored:
LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"}