From b3655f6a1f0fa77fe83aee7c95f1885c636ddeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 9 Oct 2018 00:18:17 +0200 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit f819840aff5869308de57eed890f00b438c262aa Merge: 46bf281 49470f2 Author: Hosted Weblate Date: Tue Oct 9 00:01:42 2018 +0200 Merge branch 'origin/master' into Weblate commit 49470f22b2b71c70fd6adebe3a397d42ef8a8e12 Merge: 078b272 ed03e31 Author: Hosted Weblate Date: Mon Oct 8 23:56:36 2018 +0200 Merge branch 'origin/master' into Weblate commit ed03e319490723772f83d03aafc605798bf5c71d Merge: ce41409 605b09c Author: Hosted Weblate Date: Mon Oct 8 23:53:56 2018 +0200 Merge branch 'origin/master' into Weblate commit 605b09c195f05d959f623fe2d5c84c2eabe8a810 Author: Allan Nordhøy Date: Mon Oct 8 20:26:04 2018 +0000 Translated using Weblate (Norwegian Bokmål) Currently translated at 92.2% (299 of 324 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/nb/ commit 0898953674ec7dbf570f284d27559e779b7df28e Merge: fd0401a 869fdf5 Author: Hosted Weblate Date: Mon Oct 8 22:24:40 2018 +0200 Merge branch 'origin/master' into Weblate commit 869fdf5982d9c4d7ec5e1fc29d07f1e52fbf4735 Merge: 7fe5189 aa32415 Author: Hosted Weblate Date: Mon Oct 8 22:09:51 2018 +0200 Merge branch 'origin/master' into Weblate commit aa32415adb4bb9e5aea7340e1173004e97d00a14 Author: jan madsen Date: Mon Oct 8 12:01:51 2018 +0000 Translated using Weblate (Danish) Currently translated at 85.4% (275 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/ commit c1a64d2c0b3e9e248a9002a600658bd1fc4d889d Author: jan madsen Date: Mon Oct 8 10:53:55 2018 +0000 Translated using Weblate (Danish) Currently translated at 34.1% (110 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/ commit 31bbdba5481fbe0120e43bb30d02b896e663a9b5 Author: jan madsen Date: Mon Oct 8 10:36:54 2018 +0000 Translated using Weblate (Danish) Currently translated at 19.8% (64 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/ --- .appveyor.yml | 2 +- gpxsee.pro | 2 +- pkg/gpxsee.nsi | 2 +- pkg/gpxsee64.nsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 02607481..4698bc11 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 6.2.{build} +version: 6.3.{build} configuration: Release platform: Any CPU environment: diff --git a/gpxsee.pro b/gpxsee.pro index 70782558..a03460f3 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,5 +1,5 @@ TARGET = GPXSee -VERSION = 6.2 +VERSION = 6.3 QT += core \ gui \ diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 088dd24f..b3e9a0e6 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -30,7 +30,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "6.2" +!define VERSION "6.3" ; The file to write OutFile "GPXSee-${VERSION}.exe" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 8a5018bc..9fdc420a 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -30,7 +30,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "6.2" +!define VERSION "6.3" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"