Update changelog, go into direction of 0.9.2 :)
authorMichael Prokop <mika@grml.org>
Mon, 2 Mar 2009 15:42:22 +0000 (16:42 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 2 Mar 2009 15:42:22 +0000 (16:42 +0100)
debian/changelog
grml2usb

index f1eb5b9..a64dd2a 100644 (file)
@@ -1,4 +1,4 @@
-grml2usb (0.9.2) UNRELEASED; urgency=low
+grml2usb (0.9.2) unstable; urgency=low
 
   * Rewrote grml2usb from scratch (in python). New features:
     - you no longer need to setup the device via /etc/fstab, just
 
   * Rewrote grml2usb from scratch (in python). New features:
     - you no longer need to setup the device via /etc/fstab, just
index 9dcd21c..9a3bcb1 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -18,7 +18,7 @@ from inspect import isroutine, isclass
 import datetime, logging, os, re, subprocess, sys, tempfile, time
 
 # global variables
 import datetime, logging, os, re, subprocess, sys, tempfile, time
 
 # global variables
-PROG_VERSION = "0.9.2(pre2)"
+PROG_VERSION = "0.9.2"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg