From 96b7a987b52458633a28242b93451be7f4bce226 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 2 Mar 2009 16:42:22 +0100 Subject: [PATCH] Update changelog, go into direction of 0.9.2 :) --- debian/changelog | 2 +- grml2usb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f1eb5b9..a64dd2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/grml2usb b/grml2usb index 9dcd21c..9a3bcb1 100755 --- a/grml2usb +++ b/grml2usb @@ -18,7 +18,7 @@ from inspect import isroutine, isclass 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 -- 2.1.4