Update for new release v0.9.15
authorMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 14:25:04 +0000 (15:25 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 14:25:04 +0000 (15:25 +0100)
grml2usb

index 27d7108..7891339 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -20,7 +20,7 @@ import fileinput
 import glob
 
 # global variables
 import glob
 
 # global variables
-PROG_VERSION = "0.9.14"
+PROG_VERSION = "0.9.15"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg