Bump version lib:7.1.0 tool:2.1.0+hash

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I6f3d7c64aacf36c9d33d663e23559a7f50cd8db6
This commit is contained in:
Maisam Arif
2024-05-01 23:42:46 -05:00
والد 48ddd9abd7
کامیت c425848141
3فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
+1 -1
مشاهده پرونده
@@ -31,7 +31,7 @@ from rsmiBindings import *
# 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 = 2
SMI_MIN = 0
SMI_MIN = 1
SMI_PAT = 0
# SMI_HASH is provided by rsmiBindings
__version__ = '%s.%s.%s+%s' % (SMI_MAJ, SMI_MIN, SMI_PAT, SMI_HASH)