diff options
author | Eric Hameleers <alien@slackware.com> | 2019-07-13 17:59:11 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-13 17:59:11 +0200 |
commit | 4bc87ea3ac44a4cd4142520557eb75e21092456b (patch) | |
tree | 411a3124ad2ba6f7f2079fc97b2308f86d7336fb /make_slackware_live.sh | |
parent | ce997c2a9f9903ce3e451021dd2979c389da3bd6 (diff) | |
download | liveslak-4bc87ea3ac44a4cd4142520557eb75e21092456b.tar.gz liveslak-4bc87ea3ac44a4cd4142520557eb75e21092456b.tar.xz |
Slackware Live Edition: version 1.3.2.31.3.2.3
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 9ce0f02..c6efe37 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.2" +VERSION="1.3.2.3" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |