From aff2fc02c4ca31d6ef5ba6f802866ed06417c59c Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Thu, 15 Feb 2024 16:19:51 -0600 Subject: [PATCH] 24.3.0 Version update Change-Id: I936c896117ad64d06ea919a8b7bd6ba4cc388592 Signed-off-by: Maisam Arif [ROCm/amdsmi commit: 61f8888488249df09e774c7e8afbbb72e7104b3f] --- projects/amdsmi/CMakeLists.txt | 2 +- projects/amdsmi/amdsmi_cli/README.md | 2 +- projects/amdsmi/docs/doxygen/Doxyfile | 2 +- projects/amdsmi/include/amd_smi/amdsmi.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/amdsmi/CMakeLists.txt b/projects/amdsmi/CMakeLists.txt index 799e7607a7..a22bb04d1d 100755 --- 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.2.0" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) +get_package_version_number("24.3.0" ${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 75059eb8bd..966baae543 100644 --- a/projects/amdsmi/amdsmi_cli/README.md +++ b/projects/amdsmi/amdsmi_cli/README.md @@ -78,7 +78,7 @@ amd-smi will report the version and current platform detected when running the c ~$ amd-smi usage: amd-smi [-h] ... -AMD System Management Interface | Version: 24.2.0.0 | ROCm version: 6.1.0 | Platform: Linux +AMD System Management Interface | Version: 24.3.0.0 | ROCm version: 6.1.0 | Platform: Linux Baremetal options: diff --git a/projects/amdsmi/docs/doxygen/Doxyfile b/projects/amdsmi/docs/doxygen/Doxyfile index f181c6d7c1..c6b85d5a86 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.2.0.0" +PROJECT_NUMBER = "24.3.0.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/include/amd_smi/amdsmi.h b/projects/amdsmi/include/amd_smi/amdsmi.h index bbc3ffe782..e62974313f 100644 --- a/projects/amdsmi/include/amd_smi/amdsmi.h +++ b/projects/amdsmi/include/amd_smi/amdsmi.h @@ -151,7 +151,7 @@ typedef enum { #define AMDSMI_LIB_VERSION_YEAR 24 //! Major version should be changed for every header change (adding/deleting APIs, changing names, fields of structures, etc.) -#define AMDSMI_LIB_VERSION_MAJOR 2 +#define AMDSMI_LIB_VERSION_MAJOR 3 //! Minor version should be updated for each API change, but without changing headers #define AMDSMI_LIB_VERSION_MINOR 0