From a660cbd4638c01d100dc5a776abc3d6d2d1f6bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 27 Mar 2024 09:07:24 +0100 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 f4b8c4ce..fac091c2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.18.{build} +version: 13.19.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 6ee0a7c9..528b3fd5 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.18 +VERSION = 13.19 QT += core \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 2128c6ec..d58ea6d1 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.18" +!define VERSION "13.19" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"