From 9c0288e0e597d7f9fb85239d48889f2f1a154429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 18 Apr 2021 22:50:41 +0200 Subject: [PATCH] QtSvg is now defacto required, so make this a major version --- .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 4753e6a3..719c8926 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 8.10.{build} +version: 9.0.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 498efb21..00f3cbf1 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx { } else { TARGET = GPXSee } -VERSION = 8.10 +VERSION = 9.0 QT += core \ gui \ diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 27be025b..9e81eb7d 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -9,7 +9,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "8.10" +!define VERSION "9.0" ; The file to write OutFile "GPXSee-${VERSION}.exe" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index ca13b246..9cdab2eb 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -9,7 +9,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "8.10" +!define VERSION "9.0" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"