diff options
author | Eric Hameleers <alien@slackware.com> | 2017-12-23 00:13:57 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-12-23 00:13:57 +0100 |
commit | 78b2fb84c28b0d36307e96e2b997867e9f03caa3 (patch) | |
tree | 464aeb39af38faf3479158570ebe5bc4ec486ed6 /make_slackware_live.sh | |
parent | e9a96c7963eed18dfb4af583e632148d4a92368e (diff) | |
download | liveslak-78b2fb84c28b0d36307e96e2b997867e9f03caa3.tar.gz liveslak-78b2fb84c28b0d36307e96e2b997867e9f03caa3.tar.xz |
Slackware Live Edition: version 1.1.9.41.1.9.4
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index dc5a23f..a3a60a4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.9.3" +VERSION="1.1.9.4" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |