aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2017-09-08 14:03:16 +0100
committerMike Leach <mike.leach@linaro.org>2017-09-08 14:04:59 +0100
commit5eb5e0e850339fe42a230c9d5ff93cd37cf9ae36 (patch)
treeddcc89da2726b62d2bea56688288b633fd8e6a26
parent3a49f9c91deb64cbd2b509073478d243e853f7d9 (diff)
opencsd: Update README and version for 0.7.3v0.7.3
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 bb7afb867727..713231256457 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.2_
+_Current Version 0.7.3_
### Current support:
@@ -113,6 +113,7 @@ Version and Modification Information
- _Version 0.7.0_: Add handling for trace return stack feature to ETMv4 and PTM trace.
- _Version 0.7.1_: Bugfix: ETMv3 packet processor.
- _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.
Licence Information
===================
diff --git a/decoder/include/ocsd_if_version.h b/decoder/include/ocsd_if_version.h
index 595155e07ce7..19492bdf8a0c 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 0x2 /**< Library Patch Version */
+#define OCSD_VER_PATCH 0x3 /**< 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.2" /**< Library Version string */
+#define OCSD_VER_STRING "0.7.3" /**< Library Version string */
#define OCSD_LIB_NAME "OpenCSD Library" /**< Library name string */
#define OCSD_LIB_SHORT_NAME "OCSD" /**< Library Short name string */
/** @}*/