aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2cb4251..f588d5b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
The modifications are:
+IsoDumper 0.58
+------------
+ - update translations in de and hu
+
IsoDumper 0.57
------------
- update translations in hu, nb, da, pt
diff --git a/Makefile b/Makefile
index ee33897..aab3391 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.57
+VERSION = 0.58
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 947fc1e..6a2de9d 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -547,7 +547,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.57"
+ self.RELEASE="v0.58"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)