Skip to content

Commit

Permalink
chore: update QDK version to 2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ED Hong committed Jun 18, 2024
1 parent d37aedb commit 94df55c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qpkg.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.13"
QPKG_VER="2.3.14"
QPKG_AUTHOR="micke"
QPKG_LICENSE="GPLv2+"
QPKG_SUMMARY="QDK (QPKG Development Kit) is used to create QPKG packages."
Expand Down
2 changes: 1 addition & 1 deletion shared/qdk.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
QDK_VERSION=2.3.13
QDK_VERSION=2.3.14
QDK_PATH_P=`pwd | awk 'BEGIN { FS = "QDK" } ; { print $1 }'`
QDK_PATH="${QDK_PATH_P}/QDK"
2 changes: 1 addition & 1 deletion shared/scripts/code_signing.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QPKG_NAME="QDK"
QPKG_VER="2.3.13"
QPKG_VER="2.3.14"
QNAP_CODE_SIGNING_SERVER_IP=codesigning.qnap.com.tw
QNAP_CODE_SIGNING_SERVER_PORT=5001

0 comments on commit 94df55c

Please sign in to comment.