diff options
author | Eric Hameleers <alien@slackware.com> | 2017-03-15 23:17:50 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-03-15 23:17:50 +0100 |
commit | 6e8bcb955986a0fcbc2adb42c5adef408015dee3 (patch) | |
tree | f32670a81c976f856c98822b9567ec8b68f129ac /make_slackware_live.sh | |
parent | f522a8a1ca3f502ae34b09419b53289193978dec (diff) | |
download | liveslak-6e8bcb955986a0fcbc2adb42c5adef408015dee3.tar.gz liveslak-6e8bcb955986a0fcbc2adb42c5adef408015dee3.tar.xz |
Bump the version to 1.1.6.3 (respin of the PLASMA5 ISO).1.1.6.3
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 10f23df..dac27eb 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.6.2" +VERSION="1.1.6.3" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |