diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ The modifications are: +IsoDumper 1.06 +-------------- + - Update translations + + IsoDumper 1.05 -------------- - Add creation of persistent partition @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.05 +VERSION = 1.06 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index 0323c12..e532e2e 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -112,7 +112,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.05" + RELEASE="v1.06" def get_devices(self): self.list=self.u.find_devices() |