X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=93b3c98ab7828f4c0a44e32dc3dd97f6c2a30da0;hp=dd31bf78d290c48d35f0eafe48447330be6ef938;hb=0cb29caa8863ffc4892bd78af3abde2edc52cde5;hpb=bdc101ea6a48832b0f4d1aa77de2cd4d9a446d3b diff --git a/grml-live b/grml-live index dd31bf7..93b3c98 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: Sat Feb 09 19:29:02 CET 2008 [mika] +# Latest change: Wed Feb 13 19:24:12 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.3' +GRML_LIVE_VERSION='0.4' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"