Merge amd-staging into amd-master 20240710

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I82f353d21279e2c1ee1788cb9e949b6d3b7e3270
Цей коміт міститься в:
Maisam Arif
2024-07-10 19:57:39 -05:00
джерело 4c0ce45912 db4d81b944
коміт 3cd677419e
4 змінених файлів з 4 додано та 4 видалено
+1 -1
Переглянути файл
@@ -32,7 +32,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 = 2
SMI_MIN = 3
SMI_PAT = 0
# SMI_HASH is provided by rsmiBindings
__version__ = '%s.%s.%s+%s' % (SMI_MAJ, SMI_MIN, SMI_PAT, SMI_HASH)