summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-09-23 08:25:26 -0500
committerMahesh Radhakrishnan2019-09-23 08:25:26 -0500
commitff1bd78d2a25aea0206790f8c378c9f684062178 (patch)
treebabf579cc080fdc25e03a8f54f34f5f78600a488
parent0f716e0d81926894f3ad019b35f1154c690eb17d (diff)
parent952c8ecc618d1db0102e8fc58f3b554265367564 (diff)
downloadtransport-ff1bd78d2a25aea0206790f8c378c9f684062178.tar.gz
transport-ff1bd78d2a25aea0206790f8c378c9f684062178.tar.xz
transport-ff1bd78d2a25aea0206790f8c378c9f684062178.zip
Merge pull request #182 in PROCESSOR-SDK/transport from Relver_update_6.1 to master
* commit '952c8ecc618d1db0102e8fc58f3b554265367564': Version update for release 6.1
-rw-r--r--ndk/nimu/nimu_ver.h4
-rw-r--r--ndk/nimu/package.xdc2
-rw-r--r--ndk/nimu_icss/nimu_icss_ver.h4
-rw-r--r--ndk/nimu_icss/package.xdc2
4 files changed, 6 insertions, 6 deletions
diff --git a/ndk/nimu/nimu_ver.h b/ndk/nimu/nimu_ver.h
index 4008a9e..90279b1 100644
--- a/ndk/nimu/nimu_ver.h
+++ b/ndk/nimu/nimu_ver.h
@@ -51,13 +51,13 @@ 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 NIMU_TRANSPORT_VERSION_ID (0x01000010) 54#define NIMU_TRANSPORT_VERSION_ID (0x01000011)
55 55
56/** 56/**
57 * @brief This is the version string which describes the nimu transport along with the 57 * @brief This is the version string which describes the nimu transport along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define NIMU_TRANSPORT_VERSION_STR "nimu tranport Revision: 01.00.00.16" 60#define NIMU_TRANSPORT_VERSION_STR "nimu tranport Revision: 01.00.00.17"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/ndk/nimu/package.xdc b/ndk/nimu/package.xdc
index 336484c..16e4657 100644
--- a/ndk/nimu/package.xdc
+++ b/ndk/nimu/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.transport.ndk.nimu[1, 0, 0, 16] { 13package ti.transport.ndk.nimu[1, 0, 0, 17] {
14 module Settings; 14 module Settings;
15} 15}
16 16
diff --git a/ndk/nimu_icss/nimu_icss_ver.h b/ndk/nimu_icss/nimu_icss_ver.h
index bcc10d6..2f5a7d6 100644
--- a/ndk/nimu_icss/nimu_icss_ver.h
+++ b/ndk/nimu_icss/nimu_icss_ver.h
@@ -51,13 +51,13 @@ 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 NIMU_ICSS_TRANSPORT_VERSION_ID (0x01000010) 54#define NIMU_ICSS_TRANSPORT_VERSION_ID (0x01000011)
55 55
56/** 56/**
57 * @brief This is the version string which describes the nimu_icss transport along with the 57 * @brief This is the version string which describes the nimu_icss transport along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define NIMU_ICSS_TRANSPORT_VERSION_STR "nimu_icss Transport Revision: 01.00.00.16" 60#define NIMU_ICSS_TRANSPORT_VERSION_STR "nimu_icss Transport Revision: 01.00.00.17"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/ndk/nimu_icss/package.xdc b/ndk/nimu_icss/package.xdc
index 9eb9c3c..f1f6f4f 100644
--- a/ndk/nimu_icss/package.xdc
+++ b/ndk/nimu_icss/package.xdc
@@ -10,7 +10,7 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.transport.ndk.nimu_icss[1, 0, 0, 16] { 13package ti.transport.ndk.nimu_icss[1, 0, 0, 17] {
14 module Settings; 14 module Settings;
15} 15}
16 16