diff options
author | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:43:00 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-08-22 13:43:00 +0200 |
commit | 1de72db9d72e803e613ab98ef0f4a61642cf9510 (patch) | |
tree | 510032e1e88c741ce895627e28199c33a6506092 | |
parent | 941d54530191d4be61f8a64fce23166a89675cbc (diff) | |
download | liveslak-1de72db9d72e803e613ab98ef0f4a61642cf9510.tar.gz liveslak-1de72db9d72e803e613ab98ef0f4a61642cf9510.tar.xz |
Slackware Live Edition: version 1.1.3.1.1.3
-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 d196e7d..388714f 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.2" +VERSION="1.1.3" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |