From 6ce2a63a1ca6e003aa6736e7a3297bb31f671258 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20T=C5=AFma?= Date: Mon, 31 Jul 2023 23:38:50 +0200 Subject: [PATCH] Version++ --- .appveyor.yml | 2 +- gpxsee.pro | 2 +- pkg/windows/gpxsee64.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 113532ec..19f0ac03 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.5.{build} +version: 13.6.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index a584dae7..67c23ed1 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.5 +VERSION = 13.6 QT += core \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 3672c3ea..8ddde427 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.5" +!define VERSION "13.6" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe" -- 2.11.4.GIT