aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-03-12 21:50:29 +0100
committerPapoteur <papoteur@mageialinux-online.org>2017-03-12 21:50:29 +0100
commit06b500a2c1e6d12155ea99ba5047054c6b31cd82 (patch)
treeb9ad407c4b6298f7945021bf56d6df1b39020d5c /lib
parent6db1730566c6fa94b2662e0d70c678cbb88d39ad (diff)
downloadisodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.gz
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.bz2
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.xz
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.zip
Prepare 0.560.56
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 8737419..34d7c94 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -547,7 +547,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.55"
+ self.RELEASE="v0.56"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)