diff options
author | Eric Hameleers <alien@slackware.com> | 2017-04-17 20:03:09 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-04-17 20:03:09 +0200 |
commit | 83637c4a99f3cbd868538685dedcb2075cadd327 (patch) | |
tree | f6c9e5ea41696910d96f1374ce53f42a67c19f25 | |
parent | b5e2f60be0e4428a539f597bf5a0e51a8cc783df (diff) | |
download | liveslak-83637c4a99f3cbd868538685dedcb2075cadd327.tar.gz liveslak-83637c4a99f3cbd868538685dedcb2075cadd327.tar.xz |
Bump the version to 1.1.6.4 (for testing the Studioware ISO)1.1.6.4
-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 87840df..e64980b 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -35,7 +35,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.1.6.3" +VERSION="1.1.6.4" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |