From: Michael Prokop Date: Wed, 21 Apr 2010 23:09:40 +0000 (+0200) Subject: Use 0.9.41[-pre1] as version number until release. X-Git-Tag: v0.9.41~13 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=37d0f622226d55477aee0c0bdc8532223903fd7a Use 0.9.41[-pre1] as version number until release. --- diff --git a/debian/changelog b/debian/changelog index 1d92317..94ff004 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-live (0.9.41) UNRELEASED; urgency=low + + * Placeholder changelog entry, will be adjusted with release + using git-dch. + + -- Michael Prokop Thu, 22 Apr 2010 01:08:45 +0200 + grml-live (0.9.40) unstable; urgency=low [ Michael Prokop ] diff --git a/grml-live b/grml-live index 0d4ba82..c08ce0d 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.40' +GRML_LIVE_VERSION='0.9.41-pre1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'