diff options
author | Eric Hameleers <alien@slackware.com> | 2018-03-14 22:56:11 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-03-14 22:56:11 +0100 |
commit | 2f86db46bc00d11d9a0b9df2484c95b4214fb800 (patch) | |
tree | dc229ac127d324210b1c32fadca70d9ce842e108 | |
parent | 5599d9484b0c2cde44ce199274c177dbc17106ac (diff) | |
download | liveslak-2f86db46bc00d11d9a0b9df2484c95b4214fb800.tar.gz liveslak-2f86db46bc00d11d9a0b9df2484c95b4214fb800.tar.xz |
Slackware Live Edition: version 1.1.9.71.1.9.7
-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 861337f..e989f4d 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.6" +VERSION="1.1.9.7" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |