From cf183c9d102121641c2994f049e8a94e75c35800 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 20 Sep 2024 02:53:45 -0500 Subject: [PATCH] Bump Version to 24.6.5.0 Signed-off-by: Maisam Arif Change-Id: I93d6d397bd8d647f472017c28101dabe9ff8199b [ROCm/amdsmi commit: 6a76f8a7050303704a967baada724848c3fd7998] --- projects/amdsmi/CMakeLists.txt | 2 +- projects/amdsmi/amdsmi_cli/README.md | 2 +- projects/amdsmi/docs/doxygen/Doxyfile | 2 +- projects/amdsmi/docs/how-to/using-AMD-SMI-CLI-tool.md | 2 +- projects/amdsmi/include/amd_smi/amdsmi.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/amdsmi/CMakeLists.txt b/projects/amdsmi/CMakeLists.txt index 0f4a40ab1e..8958577b8b 100644 --- a/projects/amdsmi/CMakeLists.txt +++ b/projects/amdsmi/CMakeLists.txt @@ -28,7 +28,7 @@ find_program(GIT NAMES git) ## Setup the package version based on git tags. set(PKG_VERSION_GIT_TAG_PREFIX "amdsmi_pkg_ver") -get_package_version_number("24.6.4" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) +get_package_version_number("24.6.5" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) message("Package version: ${PKG_VERSION_STR}") set(${AMD_SMI_LIBS_TARGET}_VERSION_MAJOR "${CPACK_PACKAGE_VERSION_MAJOR}") set(${AMD_SMI_LIBS_TARGET}_VERSION_MINOR "${CPACK_PACKAGE_VERSION_MINOR}") diff --git a/projects/amdsmi/amdsmi_cli/README.md b/projects/amdsmi/amdsmi_cli/README.md index 1cc711df49..ab95062473 100644 --- a/projects/amdsmi/amdsmi_cli/README.md +++ b/projects/amdsmi/amdsmi_cli/README.md @@ -81,7 +81,7 @@ AMD-SMI reports the version and current platform detected when running the comma ~$ amd-smi usage: amd-smi [-h] ... -AMD System Management Interface | Version: 24.6.4.0 | ROCm version: 6.2.2 | Platform: Linux Baremetal +AMD System Management Interface | Version: 24.6.5.0 | ROCm version: 6.2.2 | Platform: Linux Baremetal options: -h, --help show this help message and exit diff --git a/projects/amdsmi/docs/doxygen/Doxyfile b/projects/amdsmi/docs/doxygen/Doxyfile index 03b9e18e86..a322c17a14 100644 --- a/projects/amdsmi/docs/doxygen/Doxyfile +++ b/projects/amdsmi/docs/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = AMD SMI # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "24.6.4.0" +PROJECT_NUMBER = "24.6.5.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 diff --git a/projects/amdsmi/docs/how-to/using-AMD-SMI-CLI-tool.md b/projects/amdsmi/docs/how-to/using-AMD-SMI-CLI-tool.md index c3f17904ba..0ad610a81b 100644 --- a/projects/amdsmi/docs/how-to/using-AMD-SMI-CLI-tool.md +++ b/projects/amdsmi/docs/how-to/using-AMD-SMI-CLI-tool.md @@ -8,7 +8,7 @@ AMD-SMI reports the version and current platform detected when running the comma ~$ amd-smi usage: amd-smi [-h] ... -AMD System Management Interface | Version: 24.6.4.0 | ROCm version: 6.2.2 | Platform: Linux Baremetal +AMD System Management Interface | Version: 24.6.5.0 | ROCm version: 6.2.2 | Platform: Linux Baremetal options: -h, --help show this help message and exit diff --git a/projects/amdsmi/include/amd_smi/amdsmi.h b/projects/amdsmi/include/amd_smi/amdsmi.h index 0c681ee62b..2625b07f40 100644 --- a/projects/amdsmi/include/amd_smi/amdsmi.h +++ b/projects/amdsmi/include/amd_smi/amdsmi.h @@ -157,7 +157,7 @@ typedef enum { #define AMDSMI_LIB_VERSION_MAJOR 6 //! Minor version should be updated for each API change, but without changing headers -#define AMDSMI_LIB_VERSION_MINOR 4 +#define AMDSMI_LIB_VERSION_MINOR 5 //! 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