diff --git a/.appveyor.yml b/.appveyor.yml index 5c315456..30e80e63 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 11.12.{build} +version: 12.0.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index a34f132e..4bbc1dd6 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 11.12 +VERSION = 12.0 QT += core \ gui \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 798aed16..ddadd490 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 "11.12" +!define VERSION "12.0" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"