X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=974c4f6c735b444437f6a7e98ec4408ac9d33d2a;hp=0a171ab1f519fa46d3dccf8fe2c7be97e158411c;hb=d6075913d11383b10d64eff50b1bd77a735a6726;hpb=cdb52b244719f0f51bda948ee7ec31e23975d751 diff --git a/grml2usb b/grml2usb index 0a171ab..974c4f6 100755 --- a/grml2usb +++ b/grml2usb @@ -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.12" +PROG_VERSION = "0.9.13-pre1" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg