From 25aec994a0e6a51dcf2814fe3ec82343e8cf7e14 Mon Sep 17 00:00:00 2001 From: GabrPham Date: Tue, 5 Aug 2025 18:01:54 -0500 Subject: [PATCH] Updated Tool and Lib Version Signed-off-by: GabrPham --- CMakeLists.txt | 2 +- python_smi_tools/rocm_smi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee36541967..f3a9a75262 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ pkg_check_modules(DRM REQUIRED libdrm) ## Setup the package version based on git tags. set(PKG_VERSION_GIT_TAG_PREFIX "rsmi_pkg_ver") -get_package_version_number("7.6.0" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) +get_package_version_number("7.8.0" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) message("Package version: ${PKG_VERSION_STR}") set(${ROCM_SMI_LIBS_TARGET}_VERSION_MAJOR "${CPACK_PACKAGE_VERSION_MAJOR}") set(${ROCM_SMI_LIBS_TARGET}_VERSION_MINOR "${CPACK_PACKAGE_VERSION_MINOR}") diff --git a/python_smi_tools/rocm_smi.py b/python_smi_tools/rocm_smi.py index db5a23dbbd..39217e067c 100755 --- a/python_smi_tools/rocm_smi.py +++ b/python_smi_tools/rocm_smi.py @@ -50,7 +50,7 @@ except ImportError: # Minor version - Increment when adding a new feature, set to 0 when major is incremented # Patch version - Increment when adding a fix, set to 0 when minor is incremented # Hash version - Shortened commit hash. Print here and not with lib for consistency with amd-smi -SMI_MAJ = 3 +SMI_MAJ = 4 SMI_MIN = 0 SMI_PAT = 0 # SMI_HASH is provided by rsmiBindings