From: Michael Prokop Date: Wed, 11 Nov 2009 17:44:51 +0000 (+0100) Subject: Adjust version numbers X-Git-Tag: v0.9.19^0 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=8f9a80f945843742728ba618a22bce10c8ad0faa;hp=9d12b0aeec9ef9010ae373e00db1f07ee089b4ae Adjust version numbers --- diff --git a/grml2usb b/grml2usb index 7591970..c09f2a1 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import fileinput import glob # global variables -PROG_VERSION = "0.9.19-pre1" +PROG_VERSION = "0.9.19" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg diff --git a/grml2usb-compat b/grml2usb-compat index 0efa6a0..fd3cb69 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -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.19-pre1" +PROG_VERSION = "0.9.19" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg