diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-11-22 15:00:20 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-11-22 15:00:20 +0100 |
commit | b3944b099bd416c2c97b9f8960e0a5c2174bab66 (patch) | |
tree | b7a47acee4fbac483dfcfa97025a1364f64f8b00 /lib | |
parent | b69e7f53ed3e01be95f2401111ac9417a64c5f94 (diff) | |
download | isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.gz isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.bz2 isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.xz isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.zip |
Prepare for 0.44 release
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 477f7da..78b9ab4 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -131,7 +131,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.43" + RELEASE="v0.44" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |