aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-09 16:25:26 +0200
committerPapoteur <papoteur@mageia.org>2018-10-09 16:25:26 +0200
commitcc2dd029538f0c3f58ea012b228091d9c5d87d90 (patch)
treed4c0dfe10cd6d835ddcce2f65537cc86305f767b /lib
parenta9d9b12f8397c2d25506e734c9153bdac9cc8aae (diff)
downloadisodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.gz
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.bz2
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.xz
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.zip
1.01
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 fa1e8f8..df67d67 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -413,7 +413,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.00"
+ self.RELEASE="v1.01"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))