Signed-off-by: Mike Leach mike.leach@linaro.org --- README.md | 6 ++++-- decoder/docs/doxygen_config.dox | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md index 548fbbe..a0e37e1 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.9.3_ +_Current Version 0.10.0_
### Current support:
@@ -142,7 +142,9 @@ Version and Modification Information AutoFDO: update documentation for AutoFDO usage and add in "record.sh" script - _Version 0.9.3_: Bugfix: Test snapshot library not handling 'offset' parameters in dump file sections. Install: ocsd_if_version.h moved to opencsd/include to allow installation on OS & use in compiling client apps. - +- _Version 0.10.0_: __Updates__: Add additional information about the last instruction to the generice output packet. + __Docs__: update docs for updated output packet. + __Bugfix__: typecast removed from OCSD_VER_NUM in ocsd_if_version.h to allow use in C pre-processor.
Licence Information diff --git a/decoder/docs/doxygen_config.dox b/decoder/docs/doxygen_config.dox index 94596c8..0ca0cf7 100644 --- a/decoder/docs/doxygen_config.dox +++ b/decoder/docs/doxygen_config.dox @@ -38,7 +38,7 @@ PROJECT_NAME = "OpenCSD - CoreSight Trace Decode Library" # could be handy for archiving the generated documentation or if some version # control system is used.
-PROJECT_NUMBER = 0.9.2 +PROJECT_NUMBER = 0.10.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a