From: Michael Prokop Date: Tue, 28 Jul 2009 12:59:31 +0000 (+0200) Subject: Update for release 0.9.19 X-Git-Tag: v0.9.19~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=a85d1b0b935d48910fa0ec9c27ab09c77cbc50c1 Update for release 0.9.19 --- diff --git a/debian/changelog b/debian/changelog index c5de4d0..a51bdc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -grml-live (0.9.19) UNRELEASED; urgency=low +grml-live (0.9.19) unstable; urgency=low * Software related changes in GRML_FULL: - add btrfs-tools diff --git a/grml-live b/grml-live index 17222ba..b74432c 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi # exit on any error: set -e -GRML_LIVE_VERSION='0.9.18' +GRML_LIVE_VERSION='0.9.19' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"