File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Releases will appear on the master branch in the git repository with an appropri
2727CoreSight Trace Component Support.
2828----------------------------------
2929
30- _ Current Version 1.8.2 _
30+ _ Current Version 1.8.3-rc1 _
3131
3232### Current support:
3333
@@ -383,7 +383,7 @@ Version and Modification Information
383383 - __ Bugfix__ : etmv4: Packet description string typo fixed. (github #84 )
384384 - __ Bugfix__ : stm: Issue with waitASync routine (github #85 ), fix freq packet handling
385385
386- - _ Version 1.8.2 :
386+ - _ Version 1.8.2 _ :
387387 - __ Update__ : tests: add python test script for cross platform use - replace linux only bash scripts.
388388 - __ Update__ : opencsd: memory access - added debug to trace memory accesses by library under control of env var.
389389 - __ Bugfix__ : tests: windows test program names differ from linux ones - fix to make same
@@ -392,6 +392,8 @@ Version and Modification Information
392392 issues. (github #88 )
393393 - __ Bugfix__ : Fix mac-os build for test programs.
394394
395+ - _ Version 1.8.3-rc1_ :
396+ - __ Update__ : build: Experimental cmake build files. (github #89 )
395397
396398Licence Information
397399===================
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "OpenCSD - CoreSight Trace Decode Library"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.8.2
41+ PROJECT_NUMBER = 1.8.3-rc1
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 4444@{*/
4545#define OCSD_VER_MAJOR 0x1 /**< Library Major Version */
4646#define OCSD_VER_MINOR 0x8 /**< Library Minor Version */
47- #define OCSD_VER_PATCH 0x2 /**< Library Patch Version */
47+ #define OCSD_VER_PATCH 0xF3 /**< Library Patch Version */
4848
4949/** Library version number - MMMMnnpp format.
5050 MMMM = major version,
5353*/
5454#define OCSD_VER_NUM ((OCSD_VER_MAJOR << 16) | (OCSD_VER_MINOR << 8) | OCSD_VER_PATCH)
5555
56- #define OCSD_VER_STRING "1.8.2 " /**< Library Version string */
56+ #define OCSD_VER_STRING "1.8.3-rc1 " /**< Library Version string */
5757#define OCSD_LIB_NAME "OpenCSD Library" /**< Library name string */
5858#define OCSD_LIB_SHORT_NAME "OCSD" /**< Library Short name string */
5959/** @}*/
You can’t perform that action at this time.
0 commit comments