Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Adjust version string in grml-live script itself
authorMichael Prokop
Sun Jan 20 22:31:01 2008 +0100 (10 months ago)
changeset 461dbc3f3b42e8c
manifestdbc3f3b42e8c
parent 4605adfd203382d
child 4626d546745a85c
Adjust version string in grml-live script itself
grml-live
--- a/grml-live Sun Jan 20 19:36:07 2008 +0100
+++ b/grml-live Sun Jan 20 22:31:01 2008 +0100
@@ -4,7 +4,7 @@
# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# 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)"