diff options
author | Eric Hameleers <alien@slackware.com> | 2020-01-24 00:24:48 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-24 00:24:48 +0100 |
commit | c9f40af280a0cc99ec60516f19f74676ca1f12ce (patch) | |
tree | c237a2e7ffdaa9756d6784c698d10c6e7c33ab81 /make_slackware_live.sh | |
parent | 0b6e1b45e1540541a085e8752bd8cc0b5ad72ecd (diff) | |
download | liveslak-c9f40af280a0cc99ec60516f19f74676ca1f12ce.tar.gz liveslak-c9f40af280a0cc99ec60516f19f74676ca1f12ce.tar.xz |
Slackware Live Edition: version 1.3.4.1
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 7efc55f..07adcc4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.4" +VERSION="1.3.4.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |