aboutsummaryrefslogtreecommitdiffstats
path: root/lib/isodumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isodumper.py')
-rw-r--r--lib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 0229a20..e9a877e 100644
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -586,7 +586,7 @@ The fields of the main window are as follows:<BR />\
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.50"
+ self.RELEASE="v0.51"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)