diff --git a/.appveyor.yml b/.appveyor.yml index d9ec599f..41d8cdb5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.40.{build} +version: 13.41.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 40a7e5a2..76894258 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.40 +VERSION = 13.41 QT += core \ gui \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 1105db8d..a8afd194 100644 --- a/pkg/windows/gpxsee64.nsi +++ b/pkg/windows/gpxsee64.nsi @@ -49,7 +49,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "13.40" +!define VERSION "13.41" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"