From: Michael Prokop Date: Sat, 17 Oct 2009 20:08:33 +0000 (+0200) Subject: Update changelog and script version X-Git-Tag: v0.9.24~12 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=aa65d296b49c4f33eab285d1e8431b37f2e594c8 Update changelog and script version --- diff --git a/debian/changelog b/debian/changelog index 0096024..4ee71c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-live (0.9.24) UNRELEASED; urgency=low + + [ Ulrich Dangel ] + * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname. + + -- Michael Prokop Sat, 17 Oct 2009 22:07:37 +0200 + grml-live (0.9.23) unstable; urgency=low * Software related changes: diff --git a/grml-live b/grml-live index df3481f..517a018 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.23' +GRML_LIVE_VERSION='0.9.24-pre1' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"