diff options
author | Eric Hameleers <alien@slackware.com> | 2017-05-02 22:31:27 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-05-02 22:31:27 +0200 |
commit | e6b397148603121d6ff099c3a71746f1360d35da (patch) | |
tree | 83b4db949a9ae28459e509354f760fe312693862 /make_slackware_live.sh | |
parent | 50b801ee309a81ace5b59d3a311f3851f051fa95 (diff) | |
download | liveslak-e6b397148603121d6ff099c3a71746f1360d35da.tar.gz liveslak-e6b397148603121d6ff099c3a71746f1360d35da.tar.xz |
Intermediate version 1.1.7.1 to highlight the recent updates
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 1c9b303..6f97b38 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.7" +VERSION="1.1.7.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |