diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | mageiasync.spec | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -6,8 +6,7 @@ mageiasync 0.1.4 - correction of a crash in renaming action. - launching refresh of lists after renaming and modifications of parameters. - Local list no more selectable. - - adding dutch translation. - + - adding Dutch translation. mageiasync 0.1.3 ------------ diff --git a/mageiasync.spec b/mageiasync.spec index 03d5965..2cdef62 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -2,7 +2,7 @@ %define gitname mageiaSync Name: python-%{module} -Version: 0.1.3 +Version: 0.1.4 Release: %mkrel 1 Summary: A frontend to rsync for Mageia usage License: GPLv3 diff --git a/tools/po-update.sh b/tools/po-update.sh index bfef076..ebd55e5 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.1.2) +VERSION=(0.1.4) DOMAIN=(mageiasync) intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in |