From: Michael Prokop Date: Mon, 1 Sep 2008 13:18:09 +0000 (+0200) Subject: set version 0.9.0 X-Git-Tag: 0.9.0~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=6640af26ba8d417f46f05039e7e48943c2f0a286 set version 0.9.0 --- diff --git a/debian/changelog b/debian/changelog index 0587e7a..ca8f17d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -grml-live (0.9) unstable; urgency=low +grml-live (0.9.0) unstable; urgency=low * Update to kernel 2.6.26-grml[64]. * Drop sysutils and cupsys-common from package lists. @@ -30,8 +30,9 @@ grml-live (0.9) unstable; urgency=low just set -no-progress in $SQUASHFS_OPTIONS instead. * Use linux-kernel-headers-grml in grml-medium. * Use vim.basic as alternative setting for 'vi'. + * - -- Michael Prokop Mon, 01 Sep 2008 15:17:11 +0200 + -- Michael Prokop Mon, 01 Sep 2008 15:17:39 +0200 grml-live (0.8) unstable; urgency=low diff --git a/grml-live b/grml-live index 9aa0f24..48d42a5 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9' +GRML_LIVE_VERSION='0.9.0' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)"