From: Michael Prokop Date: Sun, 20 Jan 2008 21:31:01 +0000 (+0100) Subject: Adjust version string in grml-live script itself X-Git-Tag: 0.2~9 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=da17773665b471bfee8358395433d58e49568786;hp=638a56daa6778b9897a974b990a9726c99f4df97 Adjust version string in grml-live script itself --- diff --git a/grml-live b/grml-live index ab0b1c1..640c760 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Fre Jän 11 09:09:02 CET 2008 [mika] +# Latest change: Sun Jan 20 22:30:49 CET 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.1' +GRML_LIVE_VERSION='0.2' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"