diff --git a/.appveyor.yml b/.appveyor.yml index aeda3500..ddeb4fe9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.29.{build} +version: 13.30.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 53e24ee1..fcfa19c4 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.29 +VERSION = 13.30 QT += core \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index b8bf8f71..1b83e646 100644 --- a/pkg/windows/gpxsee64.nsi +++ b/pkg/windows/gpxsee64.nsi @@ -37,7 +37,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "13.29" +!define VERSION "13.30" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"