X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=fe462d58ae1e4dee3541a3cfb424ee2e10287b65;hb=bcffb5f41ff06a54a4810fde4ed8713a1db724d0;hp=90dc06246f395b2f847261ca8821c19aae6caefe;hpb=143406026338e2c1f467afcefba922d495d4b3cc;p=grml-live.git diff --git a/grml-live b/grml-live index 90dc062..fe462d5 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 Dec 22 10:35:23 CET 2007 [mika] +# Latest change: Fri Dec 28 18:48:42 CET 2007 [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.0.13' +GRML_LIVE_VERSION='0.0.15' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"