aboutsummaryrefslogtreecommitdiffstats
path: root/lib/isodumper.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-10 15:18:28 +0200
committerPapoteur <papoteur@mageia.org>2018-10-10 15:18:28 +0200
commit47c8fa19371641ffd62c2fafe883f3da926ecdff (patch)
treec6563c6e079db7db33c49884bf0a1791d03c24b0 /lib/isodumper.py
parentb6085236a52dc4a64fdb974d6bee8eb49ddf79af (diff)
downloadisodumper-47c8fa19371641ffd62c2fafe883f3da926ecdff.tar
isodumper-47c8fa19371641ffd62c2fafe883f3da926ecdff.tar.gz
isodumper-47c8fa19371641ffd62c2fafe883f3da926ecdff.tar.bz2
isodumper-47c8fa19371641ffd62c2fafe883f3da926ecdff.tar.xz
isodumper-47c8fa19371641ffd62c2fafe883f3da926ecdff.zip
1.021.02
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 4978681..0e15a60 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -426,7 +426,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v1.01"
+ self.RELEASE="v1.02"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))