diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-24 00:22:59 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-24 00:22:59 +0100 |
commit | 59f5250e8bfb4675d659a0f604cdc5eb76e80271 (patch) | |
tree | 688437ffcbbe038e83526fadeb93de91b7de2947 /make_slackware_live.sh | |
parent | 5452454e0212871391813d8d2fa136eeb642845c (diff) | |
download | liveslak-0.6.0.tar.gz liveslak-0.6.0.tar.xz |
Slackware Live Edition: version 0.6.0.0.6.0
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 abd1e97..9d94e76 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="0.5.1" +VERSION="0.6.0" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |