diff --git a/.appveyor.yml b/.appveyor.yml index fa90f727..8d9d7fdd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 10.5.{build} +version: 10.6.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 9efebcc0..0c5c87aa 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx { } else { TARGET = GPXSee } -VERSION = 10.5 +VERSION = 10.6 QT += core \ gui \ diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 71ac6310..640bc045 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.5" +!define VERSION "10.6" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"