diff options
author | Eric Hameleers <alien@slackware.com> | 2022-02-04 10:08:16 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-02-04 10:08:16 +0100 |
commit | 32abaf9b0b6b06b8703c5e563f76f29bc0710c7c (patch) | |
tree | cd6bc7c47ab2589e2722aec1b90daa0c600aa300 /make_slackware_live.sh | |
parent | 1e2bb49139810777d73c6c226ec7e040dd85d952 (diff) | |
download | liveslak-32abaf9b0b6b06b8703c5e563f76f29bc0710c7c.tar.gz liveslak-32abaf9b0b6b06b8703c5e563f76f29bc0710c7c.tar.xz |
Slackware Live Edition: version 1.5.1.51.5.1.5
To accompany the release of Slackware 15.0 stable!
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 21e6ede..0fbed43 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL +# Copyright 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.5.1" +VERSION="1.5.1.5" # Timestamp: THEDATE=$(date +%Y%m%d) |