diff options
author | Eric Hameleers <alien@slackware.com> | 2017-10-01 11:24:37 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-10-01 11:24:37 +0200 |
commit | 6f443a067e9e3f82b2adc755270ab4d518a90161 (patch) | |
tree | a45c55845ee6798926c362a3d7906f7e34a63215 /make_slackware_live.sh | |
parent | 3846aea27f05a3a93a4132bc1b72e5be9577d461 (diff) | |
download | liveslak-6f443a067e9e3f82b2adc755270ab4d518a90161.tar.gz liveslak-6f443a067e9e3f82b2adc755270ab4d518a90161.tar.xz |
Slackware Live Edition: version 1.1.9.11.1.9.1
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 56ebbf7..649248b 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.9" +VERSION="1.1.9.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |