diff options
author | Eric Hameleers <alien@slackware.com> | 2019-09-15 21:12:10 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-15 21:12:10 +0200 |
commit | 8b95f4b5de3e45f79109d978bca1de53727ba3e5 (patch) | |
tree | e842b0f7415333300cb211104279733ef100e9ef /make_slackware_live.sh | |
parent | 457d08d0381555346e5b305b23997430c271546a (diff) | |
download | liveslak-8b95f4b5de3e45f79109d978bca1de53727ba3e5.tar.gz liveslak-8b95f4b5de3e45f79109d978bca1de53727ba3e5.tar.xz |
Slackware Live Edition: version 1.3.2.41.3.2.4
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 4bd0559..72d09f0 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.3" +VERSION="1.3.2.4" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |