set version to 1.3.10: remove timeout on opkg-commands. tested download of DC2C_cash.conf file.
This commit is contained in:
parent
47fac31223
commit
4e7ce2cd70
@ -30,6 +30,10 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||||||
# git show origin/zg1/zone1 -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
|
# Use dynamic values for os-release and apism-version when sending
|
||||||
# last version info.
|
# last version info.
|
||||||
|
# 1.3.10: Fix premature killing opkg-commands: detected timeout of 100s was
|
||||||
|
# too small when updating apism.
|
||||||
|
# Fix display of UPDATE_SUCCESS when opkg_command fails. Detected when
|
||||||
|
# updating apsim failed.
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
BUILD_DATE=$$system("date /t")
|
BUILD_DATE=$$system("date /t")
|
||||||
@ -39,7 +43,7 @@ win32 {
|
|||||||
BUILD_TIME=$$system("date +%H:%M:%S")
|
BUILD_TIME=$$system("date +%H:%M:%S")
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION="1.3.9"
|
VERSION="1.3.10"
|
||||||
|
|
||||||
INCLUDEPATH += plugins
|
INCLUDEPATH += plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user