diff options
author | Eric Hameleers <alien@slackware.com> | 2021-11-01 14:22:37 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-01 14:22:37 +0100 |
commit | 99f7614b9447028fa3c65fac74a08617ee1a1aeb (patch) | |
tree | 6117d96e8fb420870f4c74b55b84d7b97df9ded7 /make_slackware_live.sh | |
parent | 08bf42d8cdebc3abf476fe19e682319bc21b27a0 (diff) | |
download | liveslak-99f7614b9447028fa3c65fac74a08617ee1a1aeb.tar.gz liveslak-99f7614b9447028fa3c65fac74a08617ee1a1aeb.tar.xz |
Slackware Live Edition: version 1.4.0.21.4.0.2
Micro version bump for the DAW Live ISO respin to address icu4c and llvm
library updates in -current,
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 f03fa23..06e5c0e 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.4.0.1" +VERSION="1.4.0.2" # Timestamp: THEDATE=$(date +%Y%m%d) |