diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-15 11:20:28 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-15 11:20:28 +0200 |
commit | e205f641997683ebe10413bd15a1ddb812b97f38 (patch) | |
tree | d321e943f56d67261548f922d87bf2a7254c9df2 | |
parent | 3d9ba231c8fc58a1226c52d14fe500cdb409e6aa (diff) | |
download | liveslak-e205f641997683ebe10413bd15a1ddb812b97f38.tar.gz liveslak-e205f641997683ebe10413bd15a1ddb812b97f38.tar.xz |
Slackware Live Edition: version 1.1.0.1.1.0
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 30a1215..4ce65b5 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1,6 +1,5 @@ #!/bin/bash -# $Id: make_slackware_live.sh,v 1.13 2015/12/04 13:51:41 root Exp root $ # Copyright 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL # All rights reserved. # @@ -36,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.0.2" +VERSION="1.1.0" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |