diff options
author | Eric Hameleers <alien@slackware.com> | 2019-01-17 19:52:35 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-17 19:52:35 +0100 |
commit | 023d1b50dcbb98a329f00d8d7d97522e1cc8f852 (patch) | |
tree | e8d741d741f27e2bb3f7398d4dd26a6e9b1a394b | |
parent | 2c1bf062cbdeecd1e35cdeab4d661b382d490200 (diff) | |
download | liveslak-023d1b50dcbb98a329f00d8d7d97522e1cc8f852.tar.gz liveslak-023d1b50dcbb98a329f00d8d7d97522e1cc8f852.tar.xz |
Slackware Live Edition: version 1.3.0.21.3.0.2
-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 502bd80..1b7eb19 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.0.1" +VERSION="1.3.0.2" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |