From: Michael Prokop Date: Wed, 21 Oct 2009 23:35:55 +0000 (+0200) Subject: Update changelog and grml-live version number. X-Git-Tag: v0.9.25~12 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1ea6102da1083bc8fea151a52e7c73e182b6685f Update changelog and grml-live version number. --- diff --git a/debian/changelog b/debian/changelog index af59c4c..ba0adb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-live (0.9.25) UNRELEASED; urgency=low + + [ Ulrich Dangel ] + * Switched order between isoprompt and hd menu entry to generate more + easily the same bootmenu for generated cd images. + + -- Michael Prokop Thu, 22 Oct 2009 01:35:12 +0200 + grml-live (0.9.24) unstable; urgency=low [ Ulrich Dangel ] diff --git a/grml-live b/grml-live index 46df053..f0a5e15 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.24' +GRML_LIVE_VERSION='0.9.25-pre1' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"