diff options
author | Eric Hameleers <alien@slackware.com> | 2019-06-13 01:03:50 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-13 01:03:50 +0200 |
commit | 74731261c5aa19edd4da00a1a61fb7dcc856d6b2 (patch) | |
tree | b7df3bdfde53ba6e72939d4f344397a3b8fb52aa /make_slackware_live.sh | |
parent | adfa3717bc2332f37eb203f6e3ef391bd3ba752b (diff) | |
download | liveslak-74731261c5aa19edd4da00a1a61fb7dcc856d6b2.tar.gz liveslak-74731261c5aa19edd4da00a1a61fb7dcc856d6b2.tar.xz |
Slackware Live Edition: version 1.3.2.21.3.2.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 64dd593..9ce0f02 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" +VERSION="1.3.2.2" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |