From: Ulrich Dangel Date: Sun, 21 Feb 2010 01:40:48 +0000 (+0100) Subject: Increment version number X-Git-Tag: v0.9.22~3 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=61d88d5722a4c6c534d6173a014b5ec1867ea028;ds=sidebyside Increment version number --- diff --git a/grml2usb b/grml2usb index 1155a4a..3bd1ece 100755 --- a/grml2usb +++ b/grml2usb @@ -21,7 +21,7 @@ import glob import uuid # global variables -PROG_VERSION = "0.9.20" +PROG_VERSION = "0.9.22pre" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg