From: Michael Prokop Date: Wed, 4 Aug 2010 03:23:26 +0000 (-0400) Subject: Bump version number in grml-live script. [Closes: issue888] X-Git-Tag: v0.10.1~3 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9f059faf8aa6aaddd527ab1a3cd1892c631823f4 Bump version number in grml-live script. [Closes: issue888] --- diff --git a/grml-live b/grml-live index 060d3a2..f0eb8d8 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.43' +GRML_LIVE_VERSION='0.10.1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'