summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSinthu Raja M2018-07-17 05:37:18 -0500
committerSinthu Raja M2018-07-17 05:37:18 -0500
commit89ebae4946e499b5985897b3fbc41b8e6d40164a (patch)
treefc6655f97eb5977bfa4107b3dd086b1cc083a039
parentf75ba1605ede4094e77ccb61974468e2cf6538d6 (diff)
downloadutils-89ebae4946e499b5985897b3fbc41b8e6d40164a.tar.gz
utils-89ebae4946e499b5985897b3fbc41b8e6d40164a.tar.xz
utils-89ebae4946e499b5985897b3fbc41b8e6d40164a.zip
Documentation and version updates for procsdk 5.0 release
-rw-r--r--profiling/docs/ReleaseNotes_Utils.docbin133120 -> 135168 bytes
-rw-r--r--profiling/docs/ReleaseNotes_Utils.pdfbin357225 -> 193712 bytes
-rw-r--r--profiling/package.xdc2
-rw-r--r--profiling/profilingver.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/profiling/docs/ReleaseNotes_Utils.doc b/profiling/docs/ReleaseNotes_Utils.doc
index a5bd41e..98319f2 100644
--- a/profiling/docs/ReleaseNotes_Utils.doc
+++ b/profiling/docs/ReleaseNotes_Utils.doc
Binary files differ
diff --git a/profiling/docs/ReleaseNotes_Utils.pdf b/profiling/docs/ReleaseNotes_Utils.pdf
index 3c8e604..faf7e80 100644
--- a/profiling/docs/ReleaseNotes_Utils.pdf
+++ b/profiling/docs/ReleaseNotes_Utils.pdf
Binary files differ
diff --git a/profiling/package.xdc b/profiling/package.xdc
index 1b7b65b..f27b906 100644
--- a/profiling/package.xdc
+++ b/profiling/package.xdc
@@ -10,6 +10,6 @@
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 12
13package ti.utils.profiling[1, 0, 0, 5] { 13package ti.utils.profiling[1, 0, 0, 6] {
14 module Settings; 14 module Settings;
15} 15}
diff --git a/profiling/profilingver.h b/profiling/profilingver.h
index 87599d0..65861f5 100644
--- a/profiling/profilingver.h
+++ b/profiling/profilingver.h
@@ -51,13 +51,13 @@ extern "C" {
51 * the following format: 51 * the following 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 UTILS_VERSION_ID (0x01000005) 54#define UTILS_VERSION_ID (0x01000006)
55 55
56/** 56/**
57 * @brief This is the version string which describes the Utilities Tool along 57 * @brief This is the version string which describes the Utilities Tool along
58 * with the date and build information. 58 * with the date and build information.
59 */ 59 */
60#define UTILS_VERSION_STR "Utilities Tool Revision: 01.00.00.05" 60#define UTILS_VERSION_STR "Utilities Tool Revision: 01.00.00.06"
61 61
62 62
63#ifdef __cplusplus 63#ifdef __cplusplus