diff options
author | Eric Hameleers <alien@slackware.com> | 2020-10-05 16:51:12 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-05 16:51:12 +0200 |
commit | 8a0d78200d17fb4ce04ad3525120e7d1163c0683 (patch) | |
tree | 88196f325c74570035c64e66bc72da8d70701c90 /make_slackware_live.sh | |
parent | 390915d50c75c7f27c6a7b1d97fff1976de08556 (diff) | |
download | liveslak-8a0d78200d17fb4ce04ad3525120e7d1163c0683.tar.gz liveslak-8a0d78200d17fb4ce04ad3525120e7d1163c0683.tar.xz |
Slackware Live Edition: version 1.3.71.3.7
Diffstat (limited to 'make_slackware_live.sh')
-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 420dd45..fc3d7ba 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.6.1" +VERSION="1.3.7" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |