From: Michael Prokop Date: Sun, 9 Dec 2007 16:53:29 +0000 (+0100) Subject: Bump version number X-Git-Tag: 0.0.12~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=91999510da9f01f75b551842603fb4f8a1053b08 Bump version number --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 03d8c57..61c7562 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -17,7 +17,7 @@ grml-live [-a ] [-c ] [-g ] [-i ] ******************************************************************************* Important! This document is growing as requested. If you have questions which aren't answered by this document yet please let me know: ! -This document currently applies to grml-live version 0.0.11. +This document currently applies to grml-live version 0.0.12. ******************************************************************************* Description diff --git a/grml-live b/grml-live index fd4f1a9..9692c97 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: Sun Dec 09 16:24:55 CET 2007 [mika] +# Latest change: Sun Dec 09 17:53:23 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.11' +GRML_LIVE_VERSION='0.0.12' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"