X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=2388287773410ad1b100596e73fa3a5617a2ec17;hp=39649142f208a1e1d55857a1c25fb39b459acbc9;hb=fdc186c32d3c508ffbee1e3b76e8cdeec9e08b0a;hpb=894eef90f2a884ebb5b2c1f648fda2c939c3a2ac diff --git a/grml2usb b/grml2usb index 3964914..2388287 100755 --- a/grml2usb +++ b/grml2usb @@ -21,8 +21,10 @@ import glob import uuid import struct +# The line following this line is patched by debian/rules and tarball.sh. +PROG_VERSION='***UNRELEASED***' + # global variables -PROG_VERSION = "0.9.31" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg