X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=ec9f8472e883c2b49aef7a887d2e563d39315385;hb=6d9dd65952f629cb795556f1a6afb925377c9dc1;hp=cebe8ae26743c1a7d0894066b423484b9e31d6c1;hpb=f898e60bf9ebd885066e6be5596ccc423aa203b4;p=grml-live.git diff --git a/grml-live b/grml-live index cebe8ae..ec9f847 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: Thu May 08 16:22:55 CEST 2008 [mika] +# Latest change: Mon May 12 19:13:48 CEST 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.7' +GRML_LIVE_VERSION='0.8' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"