summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Dowdal2014-09-19 08:26:28 -0500
committerJohn Dowdal2014-09-19 08:26:28 -0500
commitafae26b8034a2db99026a653947ce48662ff43f9 (patch)
treef809a36d03b369e7ce0edb11dbaced43cb02c24c
parentfc21d8aa40822180fa1070e9435fef8709f2b5e8 (diff)
downloadcppi-lld-afae26b8034a2db99026a653947ce48662ff43f9.tar.gz
cppi-lld-afae26b8034a2db99026a653947ce48662ff43f9.tar.xz
cppi-lld-afae26b8034a2db99026a653947ce48662ff43f9.zip
-rw-r--r--cppiver.h4
-rw-r--r--package.xdc2
2 files changed, 3 insertions, 3 deletions
diff --git a/cppiver.h b/cppiver.h
index 6e9dcf6..e588c1b 100644
--- a/cppiver.h
+++ b/cppiver.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 CPPI_LLD_VERSION_ID (0x02010006) 54#define CPPI_LLD_VERSION_ID (0x0201003EE)
55 55
56/** 56/**
57 * @brief This is the version string which describes the CPPI LLD along with the 57 * @brief This is the version string which describes the CPPI LLD along with the
58 * date and build information. 58 * date and build information.
59 */ 59 */
60#define CPPI_LLD_VERSION_STR "CPPI LLD Revision: 02.01.00.06" 60#define CPPI_LLD_VERSION_STR "CPPI LLD Revision: 02.01.00.1006"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus
diff --git a/package.xdc b/package.xdc
index ac9cfd4..1872c97 100644
--- a/package.xdc
+++ b/package.xdc
@@ -9,6 +9,6 @@
9 * Copyright (C) 2011-2014, Texas Instruments, Inc. 9 * Copyright (C) 2011-2014, Texas Instruments, Inc.
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12package ti.drv.cppi[02,01,00,06] { 12package ti.drv.cppi[02,01,00,1006] {
13 module Settings; 13 module Settings;
14} 14}