Revert "feature: Update L0 Core release version to v1.6"

This reverts commit 4eefd9eef7.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-09-13 02:04:47 +02:00
committed by Compute-Runtime-Automation
parent f58b5b6ac3
commit e6079cdf24
4 changed files with 3 additions and 21 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 6)
set(NEO_L0_VERSION_MINOR 5)
# Remove leading zeros
string(REGEX REPLACE "^0+([0-9]+)" "\\1" NEO_VERSION_BUILD "${NEO_VERSION_BUILD}")