diff options
author | Eric Hameleers <alien@slackware.com> | 2021-08-13 09:55:42 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-13 09:55:42 +0200 |
commit | 84cac522b3de8ac8f4d3b3bd96717c7a6a5c6d43 (patch) | |
tree | d42318995d3d07330f2f6a2df30bb46b82e9ba1a /make_slackware_live.sh | |
parent | e65e24e788e8ec97732f8c76b2897b53c0642bb8 (diff) | |
download | liveslak-84cac522b3de8ac8f4d3b3bd96717c7a6a5c6d43.tar.gz liveslak-84cac522b3de8ac8f4d3b3bd96717c7a6a5c6d43.tar.xz |
Slackware Live Edition: version 1.3.9.61.3.9.6
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 527bf2b..cff694e 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.9.5" +VERSION="1.3.9.6" # Timestamp: THEDATE=$(date +%Y%m%d) |