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"