diff options
author | Eric Hameleers <alien@slackware.com> | 2016-05-13 22:57:32 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-05-13 22:57:32 +0200 |
commit | 4ebc965ba2dcb4dfe2d2cabe1bc80307eaa904cf (patch) | |
tree | 457d8bb87c8da51ed9c39e9319c66a5aa9950e2a | |
parent | 9b30f5642152b18ee1c05789caf6f3f7a198ee75 (diff) | |
download | liveslak-4ebc965ba2dcb4dfe2d2cabe1bc80307eaa904cf.tar.gz liveslak-4ebc965ba2dcb4dfe2d2cabe1bc80307eaa904cf.tar.xz |
Bump VERSION to 0.9.1.
Diffstat (limited to '')
-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 f152580..a7724e5 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="0.9.0" +VERSION="0.9.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |