X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=9a3bcb120aa4f8c37d271b52b8a97d0298f5c0eb;hp=9dcd21cd28ad80d7ba8a13e44fd45f3f061a258e;hb=dc161e806a7c679710220ee8c6d4f1eded337d8c;hpb=61678a9511f8fbedc4389b45d87a272174bd7a13 diff --git a/grml2usb b/grml2usb index 9dcd21c..9a3bcb1 100755 --- a/grml2usb +++ b/grml2usb @@ -18,7 +18,7 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time # global variables -PROG_VERSION = "0.9.2(pre2)" +PROG_VERSION = "0.9.2" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg