From 3e62e1eaf6ce36a563d899e9c0fa659076e1db07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 25 May 2025 15:29:32 +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 dce946ae..3ea711bf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 13.43.{build} +version: 13.44.{build} configuration: - Release diff --git a/gpxsee.pro b/gpxsee.pro index 9db51f84..972276aa 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -3,7 +3,7 @@ unix:!macx:!android { } else { TARGET = GPXSee } -VERSION = 13.43 +VERSION = 13.44 QT += core \ gui \ diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 801c0937..d3b1be56 100644 --- a/pkg/windows/gpxsee64.nsi +++ b/pkg/windows/gpxsee64.nsi @@ -49,7 +49,7 @@ Unicode true ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "13.43" +!define VERSION "13.44" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"