diff options
author | Eric Hameleers <alien@slackware.com> | 2016-12-08 19:22:22 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-12-08 19:22:22 +0100 |
commit | 14c346265a959f89daff7c07f7af0fbc936f5d47 (patch) | |
tree | 639b755b92251af9e3b60a5d9e429aba9d73e159 | |
parent | 02e22458f6412460a3ce388526e278652d2fe006 (diff) | |
download | liveslak-14c346265a959f89daff7c07f7af0fbc936f5d47.tar.gz liveslak-14c346265a959f89daff7c07f7af0fbc936f5d47.tar.xz |
Slackware Live Edition: version 1.1.5.1.1.5
Diffstat (limited to '')
-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 989b7e1..c781413 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.4" +VERSION="1.1.5" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |