aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-11-05 12:12:44 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-11-05 12:12:44 +0100
commit6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7 (patch)
treee1ffc44b80182f07ca07224f01c3049102101107 /lib
parent7111108debda021674abb75110ecd3c7d9738f99 (diff)
downloadisodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.gz
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.bz2
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.xz
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.zip
Prepare 0.540.54
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 1305482..765adff 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -545,7 +545,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.53"
+ self.RELEASE="v0.54"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)