From 74cb6740eb254a7ffed4b679b708953b1a898a04 Mon Sep 17 00:00:00 2001 From: Will Damon <112954317+wdamon-intel@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:02:26 -0500 Subject: [PATCH] Fix current version (#281) Signed-off-by: Will Damon --- scripts/core/driver.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/core/driver.yml b/scripts/core/driver.yml index b530c251d..97669eaca 100644 --- a/scripts/core/driver.yml +++ b/scripts/core/driver.yml @@ -111,6 +111,10 @@ etors: value: "$X_MAKE_VERSION( 1, 8 )" desc: "version 1.8" version: "1.8" + - name: "1_9" + value: "$X_MAKE_VERSION( 1, 9 )" + desc: "version 1.9" + version: "1.9" --- #-------------------------------------------------------------------------- type: function desc: "Returns the API version supported by the specified driver"