[SWDEV-515031] Change Header Version to 25.2.0 (#109)

Change Versioning Scheme to match https://semver.org/
Dropping the year enum and API fields in a future release.
Should not impact library versioning since we are now starting from 25.2.0
---------

Signed-off-by: Joseph Narlo <joseph.narlo@amd.com>
Co-authored-by: Arif, Maisam <Maisam.Arif@amd.com>
Change-Id: Id090e23f156926d08f9c0b781447388adf268cf6
This commit is contained in:
Narlo, Joseph
2025-02-26 19:09:40 -06:00
committed by Maisam Arif
parent 7745f4f6c9
commit d7c3ad0886
10 changed files with 32 additions and 33 deletions
-1
View File
@@ -2591,7 +2591,6 @@ def amdsmi_get_lib_version():
_check_res(amdsmi_wrapper.amdsmi_get_lib_version(ctypes.byref(version)))
return {
"year": version.year,
"major": version.major,
"minor": version.minor,
"release": version.release,