set version 0.9.0
authorMichael Prokop <devnull@localhost>
Mon, 1 Sep 2008 13:18:09 +0000 (15:18 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 1 Sep 2008 13:18:09 +0000 (15:18 +0200)
debian/changelog
grml-live

index 0587e7a..ca8f17d 100644 (file)
@@ -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 <mika@grml.org>  Mon, 01 Sep 2008 15:17:11 +0200
+ -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
 
 grml-live (0.8) unstable; urgency=low
 
index 9aa0f24..48d42a5 100755 (executable)
--- 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)"