From 6079d9143f7f369b8334b7ee4327ff37f45395fa Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 7 Nov 2023 11:44:22 +0100 Subject: [PATCH] Set version to 1.3.16 --- OnDemandUpdatePTU.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index 86e80a0..5a8091d 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -52,14 +52,15 @@ DEFINES += QT_DEPRECATED_WARNINGS # repository will be worked on: tariff-files will be synced with the # local filesystem, json-files will be downloaded to firmware. # The device-controller firmware will be handled in a later version. -VERSION="1.3.15" -# Bug fixes found during testing. +# 1.3.15: Bug fixes found during testing. # Don't disable Exit-button during update-process. # Removed worker-thread with an own event-loop: only the GUI thread # has an event loop. Tested JSON-downloads several times successfully # (using the slave lib where the CA helper tool was active as master). # Turned previous worker-object into its own thread, but without any # own event-loop (so it cannot block anything inside the CA-plugin). +VERSION="1.3.16" +# Bug fixes found during testing. # PLANNED TODOS: # 1: Das Repository wird repariert bwz. neu geklont. Unabhaengig vom WAIT. @@ -79,7 +80,6 @@ VERSION="1.3.15" # installieren, sodass zumnidest SEND-LAST-VERSION mit rausgeht. # 6: rsync: explizites Binary, nicht das in busybox enthaltene. # 7: Ein ini-File oder sowas. -# 8: Den Fortschrittsbalken wieder reparieren. win32 { BUILD_DATE=$$system("date /t")