From 96bf7bd41a4df51c3431d75fb108a37932515f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 31 Oct 2021 07:52:48 +0100 Subject: [PATCH] Version++ --- .appveyor.yml | 2 +- gpxsee.pro | 2 +- pkg/gpxsee64.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7c67ce82..9c474a60 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 9.10.{build} +version: 9.11.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 8dafc4ff..4d697f94 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx { } else { TARGET = GPXSee } -VERSION = 9.10 +VERSION = 9.11 QT += core \ gui \ diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 757ea5f7..72189bdc 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -37,7 +37,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "9.10" +!define VERSION "9.11" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"