aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-03-06 17:18:29 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-03-06 17:18:29 +0100
commit226f6408bf9c03fe4fa78c42722f5ba14bbf5206 (patch)
tree2bc1618894a26890e96f0043b1c94c753134a880 /lib
parent2284950a12f54e520c8b3ceba6d414b392a3941d (diff)
downloadisodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar
isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.gz
isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.bz2
isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.xz
isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.zip
prepare 0.45 release0.45
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 79c9430..9c65308 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -132,7 +132,7 @@ class IsoDumper:
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- RELEASE="v0.44"
+ RELEASE="v0.45"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)