diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-06 21:58:47 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-06 21:58:47 +0100 |
commit | d157610c593574f6c514804aa5ab276847179833 (patch) | |
tree | d74506ebfcd180f21903d6edd3b2c238505e3d0b | |
parent | 62639dc664253f6cd643894fff6941dc29006a31 (diff) | |
download | liveslak-d157610c593574f6c514804aa5ab276847179833.tar.gz liveslak-d157610c593574f6c514804aa5ab276847179833.tar.xz |
Slackware Live Edition: version 0.5.10.5.1
Contains bugfixes for the Beta 5 release (0.5.0) prior to public release.
-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 f2094c5..8d9f726 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="0.5.0" +VERSION="0.5.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |