diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ The modifications are: -IsoDumper 1.12 +IsoDumper 1.13 -------------- - Fix self detection in processes - Add dialog box for instances already running @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.12 +VERSION = 1.13 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index d93a9c0..5ae5af3 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -108,7 +108,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.12" + RELEASE="v1.13" def get_devices(self): self.list=self.u.find_devices() diff --git a/tools/po-update.sh b/tools/po-update.sh index a71d8b1..215ac3b 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(1.12) +VERSION=(1.13) DOMAIN=(isodumper) intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in |