feature: Update L0 Core release version to v1.6

Related-To: NEO-12628

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2024-09-12 18:58:23 +00:00
committed by Compute-Runtime-Automation
parent fafc0e10dc
commit f5b88f085a
4 changed files with 21 additions and 3 deletions

View File

@ -83,7 +83,7 @@ set(NEO_OCL_DRIVER_VERSION "${NEO_OCL_VERSION_MAJOR}.${NEO_OCL_VERSION_MINOR}.${
# Level-Zero package version
set(NEO_L0_VERSION_MAJOR 1)
set(NEO_L0_VERSION_MINOR 5)
set(NEO_L0_VERSION_MINOR 6)
# Remove leading zeros
string(REGEX REPLACE "^0+([0-9]+)" "\\1" NEO_VERSION_BUILD "${NEO_VERSION_BUILD}")