aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-13 19:45:08 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-13 19:45:08 +0200
commit2744c2739d1c2d6d868b5fe85d5636aa4d8623a5 (patch)
tree05ee18087e5b686d8a9e509c7f509a7de4b577c8 /lib
parentca1cd53e3de8971be1c192f953e9dd0a1bb319b3 (diff)
downloadisodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.gz
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.bz2
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.xz
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.zip
Prepare 0.47 release0.47
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 60b084c..8af078e 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.46"
+ RELEASE="v0.47"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)