diff options
author | Eric Hameleers <alien@slackware.com> | 2019-02-15 00:22:04 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-15 00:22:04 +0100 |
commit | df0b4dcefed769208d93c8936dd625af7aa27b14 (patch) | |
tree | c470ec889a38d013c60ffc00631ddd3ff3f3543e /make_slackware_live.sh | |
parent | 854eb6985499dc7437b36ef4fff1e020213ae968 (diff) | |
download | liveslak-df0b4dcefed769208d93c8936dd625af7aa27b14.tar.gz liveslak-df0b4dcefed769208d93c8936dd625af7aa27b14.tar.xz |
Slackware Live Edition: version 1.3.1.11.3.1.1
Minor version bump in order to release a new Plasma5 Live ISO.
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 232b9a8..6e860dc 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.3.1" +VERSION="1.3.1.1" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |