Skip to content

Commit 6477db9

Browse files
author
qsaker
committed
v3.4.1
1 parent 8d937dd commit 6477db9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

QtSwissArmyKnife.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ win32 {
6666
QMAKE_TARGET_COPYRIGHT = "$${QSAK_APP_COPYRIGHT}"
6767
QMAKE_TARGET_PRODUCT = "$${QSAK_APP_NAME}"
6868
QMAKE_TARGET_VERSION = "$${SAK_VERSION}"
69-
VERSION = 3.4.0.0
69+
VERSION = 3.4.1.0
7070
}else {
71-
VERSION = 3.4.0
71+
VERSION = 3.4.1
7272
}
7373

7474
#--------------------------------------------------------------------------------------------

SAKCommon.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEFINES += SAK_MAX_AUTO_RESPONSE_COUNT=9999
55
# All address of host
66
DEFINES += SAK_HOST_ADDRESS_ANY=\"\\\"HostAddress::Any\\\"\"
77
# Application version
8-
DEFINES += SAK_VERSION=\"\\\"3.4.0\\\"\"
8+
DEFINES += SAK_VERSION=\"\\\"3.4.1\\\"\"
99
# Exit code which is used to reboot the application
1010
DEFINES += SAK_REBOOT_CODE=1314
1111
# Sleep interval of device thread, the unit is ms

0 commit comments

Comments
 (0)