From 1a0fe351ba761baae3a30076ba37ffe6050f5d63 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Tue, 10 Nov 2009 16:18:09 +0100 Subject: [PATCH] Increrased version number. --- grml2usb | 2 +- grml2usb-compat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grml2usb b/grml2usb index 487f315..7591970 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import fileinput import glob # global variables -PROG_VERSION = "0.9.18" +PROG_VERSION = "0.9.19-pre1" 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 0a9d703..0efa6a0 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.17-compat" +PROG_VERSION = "0.9.19-pre1" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg -- 2.1.4