From: Michael Prokop Date: Sat, 9 Feb 2008 18:29:14 +0000 (+0100) Subject: Adjust grml-live version in the script itself X-Git-Tag: 0.3~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=17843c26f77dfe49dd2f72fe5b2a4c27ca605c1a Adjust grml-live version in the script itself --- diff --git a/grml-live b/grml-live index e35dcbf..dd31bf7 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: Die Jän 22 11:57:54 CET 2008 [mika] +# Latest change: Sat Feb 09 19:29:02 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.2' +GRML_LIVE_VERSION='0.3' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"