diff options
author | Eric Hameleers <alien@slackware.com> | 2020-05-29 14:06:50 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-29 14:06:50 +0200 |
commit | cb2bb20237d9385082e864d3702402a69b60a8bd (patch) | |
tree | 20c0d24b07656974033c35f21796eb41afc54e2a /make_slackware_live.sh | |
parent | f2dc59efc3227f2bfa73d36e0b4c642f269d5656 (diff) | |
download | liveslak-cb2bb20237d9385082e864d3702402a69b60a8bd.tar.gz liveslak-cb2bb20237d9385082e864d3702402a69b60a8bd.tar.xz |
Slackware Live Edition: version 1.3.5.21.3.5.2
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 6667fe8..0d5b364 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.5.1" +VERSION="1.3.5.2" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |