From 43d5ead87510d3d2baf5487fc706b6256978b15a Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Tue, 20 Nov 2018 01:46:55 +0300 Subject: [PATCH 1/2] ru translation has been fixed --- translations/limereport_ru.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/limereport_ru.ts b/translations/limereport_ru.ts index 1e09923..ef748e7 100644 --- a/translations/limereport_ru.ts +++ b/translations/limereport_ru.ts @@ -1890,7 +1890,7 @@ p, li { white-space: pre-wrap; } Preview - Предосмотр + Предпросмотр Report File Change @@ -2012,7 +2012,7 @@ This preview is no longer valid. Preview - Предосмотр + Предпросмотр ... From 1d275e629d5b69cfd1f2b6c68e0ffd8d91b2f6cb Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Tue, 20 Nov 2018 01:48:13 +0300 Subject: [PATCH 2/2] Version changed --- common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.pri b/common.pri index 44a178c..57050a2 100644 --- a/common.pri +++ b/common.pri @@ -77,7 +77,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 4 -LIMEREPORT_VERSION_RELEASE = 105 +LIMEREPORT_VERSION_RELEASE = 107 LIMEREPORT_VERSION = '\\"$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}\\"' DEFINES += LIMEREPORT_VERSION_STR=\"$${LIMEREPORT_VERSION}\"