diff --git a/.appveyor.yml b/.appveyor.yml index ef3e316a..11fc4acd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 9.11.{build} +version: 9.12.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 21ebfdb8..10300728 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx { } else { TARGET = GPXSee } -VERSION = 9.11 +VERSION = 9.12 QT += core \ gui \ diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 72189bdc..2a247334 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.11" +!define VERSION "9.12" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"