From: Michael Prokop Date: Mon, 22 Mar 2010 23:52:07 +0000 (+0100) Subject: Update changelog and version number for pre-release 0.9.40. X-Git-Tag: v0.9.40~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d5dc486510e834a7b15ca440415ffa999a2d3196 Update changelog and version number for pre-release 0.9.40. --- diff --git a/debian/changelog b/debian/changelog index fa61170..30bdaa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.40) UNRELEASED; urgency=low + + * Nothing yet, will be updated using git-dch on release. + + -- Michael Prokop Tue, 23 Mar 2010 00:51:20 +0100 + grml-live (0.9.39) unstable; urgency=low * Add support for /boot/isolinux/submenu*.cfg files. diff --git a/grml-live b/grml-live index c0be180..9b3308e 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.39' +GRML_LIVE_VERSION='0.9.40-pre1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'