From 681f6c5b0999e5c613fb917fd3e69f45d94a2e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 28 Aug 2023 20:24:37 +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 1c3cb87b..3f35d818 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.7.{build} +version: 13.8.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 3503ac16..0a1ac7eb 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.7 +VERSION = 13.8 QT += core \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index cf9c4ff0..f9d3b5ce 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.7" +!define VERSION "13.8" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"