From 226553a8ab345c5c61bcb88e0eda7a05e6c889f6 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 9 Oct 2023 15:57:11 +0200 Subject: [PATCH] Set version to 1.3.9 after fix of gitShowReason(). --- OnDemandUpdatePTU.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index 1764673..47dd595 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -25,6 +25,11 @@ DEFINES += QT_DEPRECATED_WARNINGS # a command. # 1.3.8 : Remove accessing opkg_commands under file-system-path /etc/psa_update. # Activate download of json-configuration files. +# 1.3.9 : Fix sendLastVersion: use configured branch and not master branch in +# git show origin/master -s --format="c=%h m=%s d=%cI" ==> +# git show origin/zg1/zone1 -s --format="c=%h m=%s d=%cI" +# Use dynamic values for os-release and apism-version when sending +# last version info. win32 { BUILD_DATE=$$system("date /t")