diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-05-13 19:45:08 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-05-13 19:45:08 +0200 |
commit | 2744c2739d1c2d6d868b5fe85d5636aa4d8623a5 (patch) | |
tree | 05ee18087e5b686d8a9e509c7f509a7de4b577c8 /lib | |
parent | ca1cd53e3de8971be1c192f953e9dd0a1bb319b3 (diff) | |
download | isodumper-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-x | lib/isodumper.py | 2 |
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) |