summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-09-29 13:23:28 -0500
committerMahesh Radhakrishnan2019-09-29 13:23:28 -0500
commitb727d492b2198fb6293b4b2bdb9282e587d6e93e (patch)
tree555b0e4ee8c16d81b97b98526322c91fb92927c4
parent8f3ca289ea368a75e854c09a18ac7e0ac7cf1c46 (diff)
downloaddss-lld-b727d492b2198fb6293b4b2bdb9282e587d6e93e.tar.gz
dss-lld-b727d492b2198fb6293b4b2bdb9282e587d6e93e.tar.xz
dss-lld-b727d492b2198fb6293b4b2bdb9282e587d6e93e.zip
6.1_version_update
-rwxr-xr-xdssver.h2
-rwxr-xr-xpackage.xdc2
2 files changed, 2 insertions, 2 deletions
diff --git a/dssver.h b/dssver.h
index b580dca..ec090e3 100755
--- a/dssver.h
+++ b/dssver.h
@@ -52,7 +52,7 @@ extern "C" {
52 * format: 52 * format:
53 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 53 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
54 */ 54 */
55#define DSS_VERSION_ID (0x01000003) 55#define DSS_VERSION_ID (0x01000004)
56 56
57/** 57/**
58 * @brief This is the version string which describes the DSS along with the 58 * @brief This is the version string which describes the DSS along with the
diff --git a/package.xdc b/package.xdc
index 313743a..a2f455a 100755
--- a/package.xdc
+++ b/package.xdc
@@ -8,6 +8,6 @@
8 * 8 *
9 * Copyright (C) 2019, Texas Instruments, Inc. 9 * Copyright (C) 2019, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11package ti.drv.dss[1, 0, 0, 3] { 11package ti.drv.dss[1, 0, 0, 4] {
12 module Settings; 12 module Settings;
13} 13}