aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2017-10-19 17:00:30 +0100
committerMike Leach <mike.leach@linaro.org>2017-10-23 15:16:36 +0100
commitd8d0ea21aab5edc872cf11056078ad76d0b8c40c (patch)
tree7977fb832b023987d0975393be181821455df1ca
parent531e50bba63ec0d01b4b9b0cb8cd4218ecb62937 (diff)
opencsd: version: Update for v0.7.5v0.7.5
Udpate readme and version numbers. Signed-off-by: Mike Leach <mike.leach@linaro.org>
-rw-r--r--README.md3
-rw-r--r--decoder/include/ocsd_if_version.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index adadf87c1c22..4924d394e840 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Releases will appear on the master branch in the git repository with an appropri
CoreSight Trace Component Support.
----------------------------------
-_Current Version 0.7.4_
+_Current Version 0.7.5_
### Current support:
@@ -111,6 +111,7 @@ Version and Modification Information
- _Version 0.7.2_: Bugfix: ETMv4 decoder - fix exact match packet address follower.
- _Version 0.7.3_: Bugfix: PTM decoder - issues with initialisation and ASYNC detection.
- _Version 0.7.4_: Notification of change of repository for perf extensions. gcc 6.x build fixes.
+- _Version 0.7.5_: Bugfix: ETMv4 decoder memory leak. Linux build update - header dependencies force rebuild.
Licence Information
===================
diff --git a/decoder/include/ocsd_if_version.h b/decoder/include/ocsd_if_version.h
index de12fb396e84..1a427ae95601 100644
--- a/decoder/include/ocsd_if_version.h
+++ b/decoder/include/ocsd_if_version.h
@@ -44,7 +44,7 @@
@{*/
#define OCSD_VER_MAJOR 0x0 /**< Library Major Version */
#define OCSD_VER_MINOR 0x7 /**< Library Minor Version */
-#define OCSD_VER_PATCH 0x4 /**< Library Patch Version */
+#define OCSD_VER_PATCH 0x5 /**< Library Patch Version */
/** Library version number - MMMMnnpp format.
MMMM = major version,
@@ -53,7 +53,7 @@
*/
#define OCSD_VER_NUM (((uint32_t)OCSD_VER_MAJOR << 16) | ((uint32_t)OCSD_VER_MINOR << 8) | ((uint32_t)OCSD_VER_PATCH))
-#define OCSD_VER_STRING "0.7.4" /**< Library Version string */
+#define OCSD_VER_STRING "0.7.5" /**< Library Version string */
#define OCSD_LIB_NAME "OpenCSD Library" /**< Library name string */
#define OCSD_LIB_SHORT_NAME "OCSD" /**< Library Short name string */
/** @}*/