diff options
author | Eric Hameleers <alien@slackware.com> | 2018-02-10 19:34:11 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-02-10 19:34:11 +0100 |
commit | 419afe4bea3f9092cce9356298d105ba85700e16 (patch) | |
tree | 53b78ea8cc6d5d0cb70e8264d9fa0e2288240dd7 | |
parent | f736b94712056ae960b0abe863a776c581257733 (diff) | |
download | liveslak-419afe4bea3f9092cce9356298d105ba85700e16.tar.gz liveslak-419afe4bea3f9092cce9356298d105ba85700e16.tar.xz |
Slackware Live Edition: version 1.1.9.61.1.9.6
-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 e84643d..358f9f9 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.5" +VERSION="1.1.9.6" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |