summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-01-14 17:20:02 +0100
committer Eric Hameleers <alien@slackware.com>2016-01-14 17:20:02 +0100
commit70f9ac53427df8876a144845cf951f08b6900533 (patch)
tree256813f2e5f4483ee9b766a4082e14fc4ad6db38
parentb1961e7e14be07a5bb3d9b7a72a01d20ad03d98d (diff)
downloadliveslak-70f9ac53427df8876a144845cf951f08b6900533.tar.gz
liveslak-70f9ac53427df8876a144845cf951f08b6900533.tar.xz
VERSION bump from Beta 3 (aka 0.3) to 0.3.8.
Roadmap: v0.3.9: adding LUKS encrypted /home v0.4 (Beta4): LUKS home setup stable enough for public consumption.
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index e317abd..22e0dc0 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -35,7 +35,7 @@
# -----------------------------------------------------------------------------
# Version of the Live OS generator:
-VERSION="Beta3"
+VERSION="0.3.8"
# Directory where our live tools are stored:
LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"}