diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-03 15:12:58 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-03 15:12:58 +0200 |
commit | 5fbc3d23064f61d215a8267f0e2bbeb5226ac0dc (patch) | |
tree | b7e38cfcbf7107d540893a88a9eb47bdce2b6bef | |
parent | 2741b33b47e2f49930395b318341896e2a512380 (diff) | |
download | liveslak-5fbc3d23064f61d215a8267f0e2bbeb5226ac0dc.tar.gz liveslak-5fbc3d23064f61d215a8267f0e2bbeb5226ac0dc.tar.xz |
VERSION bump to 1.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 c9aab05..cf7bd5b 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -36,7 +36,7 @@ # ----------------------------------------------------------------------------- # Version of the Live OS generator: -VERSION="1.0.1" +VERSION="1.0.2" # Directory where our live tools are stored: LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} |