From: Michael Prokop Date: Thu, 29 Oct 2009 00:06:25 +0000 (+0100) Subject: Update for release 0.9.17. X-Git-Tag: v0.9.17^0 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=f460ee6e041c8e9f523f5e1298265e26b7629b22 Update for release 0.9.17. --- diff --git a/debian/changelog b/debian/changelog index 1c63c78..edc8bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -grml2usb (0.9.17) UNRELEASED; urgency=low +grml2usb (0.9.17) unstable; urgency=low [ Michael Prokop ] * Depend on rsync (thanks for the bugreport, Andras Korn). @@ -7,7 +7,7 @@ grml2usb (0.9.17) UNRELEASED; urgency=low * Adjust labels in {grml,default}.cfg if necessary. * Always copy grub files. - -- Ulrich Dangel Wed, 28 Oct 2009 23:47:22 +0100 + -- Michael Prokop Thu, 29 Oct 2009 01:06:12 +0100 grml2usb (0.9.16) unstable; urgency=low diff --git a/grml2usb b/grml2usb index 361e6a0..a09b97f 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import fileinput import glob # global variables -PROG_VERSION = "0.9.17-pre1" +PROG_VERSION = "0.9.17" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg diff --git a/grml2usb-compat b/grml2usb-compat index 86e81c7..0a9d703 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -18,7 +18,7 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path # global variables -PROG_VERSION = "0.9.17-pre1-compat" +PROG_VERSION = "0.9.17-compat" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg