diff options
author | Eric Hameleers <alien@slackware.com> | 2016-01-22 15:23:26 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-01-22 15:23:26 +0100 |
commit | dc16d203763fa3deb461f5563a41681ec6bdbf56 (patch) | |
tree | 8744de62b413d2b869c8ad3abe8764b79c78bca0 /make_slackware_live.sh | |
parent | c4e4112bdc8aa5fe92d797ab77744d3bcd70caf9 (diff) | |
download | liveslak-dc16d203763fa3deb461f5563a41681ec6bdbf56.tar.gz liveslak-dc16d203763fa3deb461f5563a41681ec6bdbf56.tar.xz |
Slackware Live Edition: version 0.4.0 (aka Beta4)0.4.0
Milestone reached:
- add LUKS-encrypted /home/.
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 0f7a577..1d9d7ef 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="0.3.8" +VERSION="0.4.0" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |