Version & Doc update (#343)

Change-Id: Ibf8e1809913e30aba4b21ba889b72e5db7205736

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>

[ROCm/amdsmi commit: ace3b0901a]
This commit is contained in:
Arif, Maisam
2025-05-08 12:19:04 -05:00
committed by GitHub
parent fe7360d0b6
commit 7ded6504b8
6 changed files with 62 additions and 9 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ typedef enum {
#define AMDSMI_LIB_VERSION_MINOR 4
//! Release version should be set to 0 as default and can be updated by the PMs for each CSP point release
#define AMDSMI_LIB_VERSION_RELEASE 0
#define AMDSMI_LIB_VERSION_RELEASE 2
#define AMDSMI_LIB_VERSION_CREATE_STRING(MAJOR, MINOR, RELEASE) (#MAJOR "." #MINOR "." #RELEASE)
#define AMDSMI_LIB_VERSION_EXPAND_PARTS(MAJOR_STR, MINOR_STR, RELEASE_STR) AMDSMI_LIB_VERSION_CREATE_STRING(MAJOR_STR, MINOR_STR, RELEASE_STR)