diff options
author | Eric Hameleers <alien@slackware.com> | 2019-11-01 17:51:32 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-01 17:51:32 +0100 |
commit | 48bbfc41fc94bc283a63c8a2b9d7cf7c8397e7f1 (patch) | |
tree | 96c76e769eada7d46fb2603c89f9095308f9ad96 | |
parent | 8a39e6d26b920d7b4c5d2eca818d0c74ebcb0df5 (diff) | |
download | liveslak-48bbfc41fc94bc283a63c8a2b9d7cf7c8397e7f1.tar.gz liveslak-48bbfc41fc94bc283a63c8a2b9d7cf7c8397e7f1.tar.xz |
Slackware Live Edition: version 1.3.2.51.3.2.5
-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 f880514..f720123 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.2.4" +VERSION="1.3.2.5" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |