aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-07-23 07:59:02 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-07-23 07:59:02 +0200
commit75c04520f5cd1bde373d642d4d4074dcfc4f23ed (patch)
tree14150323aa8d45fad6d5f84578d2e07115376bf3 /lib
parent0f2d7c9f48a49797cd4e5e8b3ab77f8ea9b53033 (diff)
downloadisodumper-75c04520f5cd1bde373d642d4d4074dcfc4f23ed.tar
isodumper-75c04520f5cd1bde373d642d4d4074dcfc4f23ed.tar.gz
isodumper-75c04520f5cd1bde373d642d4d4074dcfc4f23ed.tar.bz2
isodumper-75c04520f5cd1bde373d642d4d4074dcfc4f23ed.tar.xz
isodumper-75c04520f5cd1bde373d642d4d4074dcfc4f23ed.zip
Prepare 0.52
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 141d90a..4cc8bcb 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -600,7 +600,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.51"
+ self.RELEASE="v0.52"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)