Skip to content

Commit

Permalink
chore: update QDK v2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edhongcy committed Apr 17, 2019
1 parent 8c2df42 commit eb77086
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ https://www.gitbook.com/book/edhongcy/qdk-quick-start-guide/details

# Update new feature

2.3.9

-Some enhabcement and bug fix for code signing

2.3.8

-Add build_sign.csv sample file
Expand Down
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.8"
QPKG_VER="2.3.9"
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.8
QDK_VERSION=2.3.9
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.8"
QPKG_VER="2.3.9"
QNAP_CODE_SIGNING_SERVER_IP=172.17.21.68
QNAP_CODE_SIGNING_SERVER_PORT=5000
2 changes: 1 addition & 1 deletion shared/scripts/qinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# A QPKG installation script for QDK
#
# QDK V.2.3.8
# QDK V.2.3.9
#
# Copyright (C) 2009,2010 QNAP Systems, Inc.
# Copyright (C) 2010,2011 Michael Nordstrom
Expand Down

0 comments on commit eb77086

Please sign in to comment.