diff --git a/.appveyor.yml b/.appveyor.yml index 02607481..4698bc11 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 6.2.{build} +version: 6.3.{build} configuration: Release platform: Any CPU environment: diff --git a/gpxsee.pro b/gpxsee.pro index 70782558..a03460f3 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,5 +1,5 @@ TARGET = GPXSee -VERSION = 6.2 +VERSION = 6.3 QT += core \ gui \ diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 088dd24f..b3e9a0e6 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -30,7 +30,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "6.2" +!define VERSION "6.3" ; The file to write OutFile "GPXSee-${VERSION}.exe" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 8a5018bc..9fdc420a 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -30,7 +30,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "6.2" +!define VERSION "6.3" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"