From 0121381d182b42bea6b1366cfbc6c6c4beca58e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 29 Apr 2022 23:18:01 +0200 Subject: [PATCH] Version++ --- .appveyor.yml | 3 ++- gpxsee.pro | 2 +- pkg/gpxsee64.nsi | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f9c3eaf8..47b914a0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,5 @@ -version: 10.7.{build} +version: 10.8 +.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index d6e14a4a..56e2f083 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx { } else { TARGET = GPXSee } -VERSION = 10.7 +VERSION = 10.8 QT += core \ gui \ diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 5b6418a3..7d1b083a 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 "10.7" +!define VERSION "10.8" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"