diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ The modifications are: -IsoDumper 1.24 +IsoDumper 1.25 -------------- - Fix translation for Albanian - Avoid race conditions to detect other instance diff --git a/tools/po-update.sh b/tools/po-update.sh index b43ef57..ae78609 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(1.19) +VERSION=(1.25) DOMAIN=(isodumper) intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in |