summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-09-29 13:25:26 -0500
committerMahesh Radhakrishnan2019-09-29 13:25:26 -0500
commit287fe553ef548a60cce59e6a41d2e173ecbbc18a (patch)
tree009d012c16e791657266620901137a1233e6d7f3
parentebc8ac8071ea940036ba21cd65f78077d237121e (diff)
downloadsciclient-287fe553ef548a60cce59e6a41d2e173ecbbc18a.tar.gz
sciclient-287fe553ef548a60cce59e6a41d2e173ecbbc18a.tar.xz
sciclient-287fe553ef548a60cce59e6a41d2e173ecbbc18a.zip
6.1 version updateDEV.SCICLIENT.01.00.00.04
-rw-r--r--package.xdc2
-rw-r--r--sciclientver.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.xdc b/package.xdc
index 66d0777..9038d9e 100644
--- a/package.xdc
+++ b/package.xdc
@@ -8,6 +8,6 @@
8 * 8 *
9 * Copyright (C) 2018-2019, Texas Instruments, Inc. 9 * Copyright (C) 2018-2019, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11package ti.drv.sciclient[1, 0, 0, 3] { 11package ti.drv.sciclient[1, 0, 0, 4] {
12 module Settings; 12 module Settings;
13} 13}
diff --git a/sciclientver.h b/sciclientver.h
index 204968d..f9b6b97 100644
--- a/sciclientver.h
+++ b/sciclientver.h
@@ -51,7 +51,7 @@ extern "C" {
51 * format: 51 * format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define SCICLIENT_VERSION_ID (0x01000003) 54#define SCICLIENT_VERSION_ID (0x01000004)
55 55
56/** 56/**
57 * @brief This is the version string which describes the SCICLIENT along with the 57 * @brief This is the version string which describes the SCICLIENT along with the