Set version to 1.3.16

This commit is contained in:
Gerhard Hoffmann 2023-11-07 11:44:22 +01:00
parent c1cfca79d2
commit 6079d9143f

View File

@ -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")