From: Michael Prokop Date: Mon, 1 Sep 2008 22:26:01 +0000 (+0200) Subject: Update version in script itself X-Git-Tag: 0.9.1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=5a0cc51af04d9542ad02065f7caa8b7000909b7f Update version in script itself --- diff --git a/grml-live b/grml-live index e629957..36190ad 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9.0' +GRML_LIVE_VERSION='0.9.1' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"