Adjust version number; drop python2.6 specific shebang v0.9.12
authorMichael Prokop <mika@grml.org>
Thu, 10 Sep 2009 16:26:45 +0000 (18:26 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 11 Sep 2009 00:58:19 +0000 (02:58 +0200)
grml2usb

index 01ee074..0a171ab 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.6
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 """
 grml2usb
@@ -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.11"
+PROG_VERSION = "0.9.12"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg