diff options
author | Eric Hameleers <alien@slackware.com> | 2016-04-19 01:01:51 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-04-19 01:01:51 +0200 |
commit | 6baf5dc1ee1e6124fc6739c877a886fbeb812ce8 (patch) | |
tree | d4a3f37a069fd11223d87ca1ca48040976c1d3bf | |
parent | ecef9da5b37cc05abe3eeae95fe22b34cab9b339 (diff) | |
download | liveslak-6baf5dc1ee1e6124fc6739c877a886fbeb812ce8.tar.gz liveslak-6baf5dc1ee1e6124fc6739c877a886fbeb812ce8.tar.xz |
Slackware Live Edition: version 0.8.0.0.8.0
-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 1fa6fa2..e75c4f9 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="0.7.3" +VERSION="0.8.0" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |