Skip to content

Commit

Permalink
update spec revision.
Browse files Browse the repository at this point in the history
Signed-off-by: B.G,Pradeep <[email protected]>
  • Loading branch information
pbg-intel committed Oct 3, 2024
1 parent 2da2960 commit 9ad5ca8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/core/driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,20 @@ etors:
value: "$X_MAKE_VERSION( 1, 9 )"
desc: "version 1.9"
version: "1.9"
- name: "1_10"
value: "$X_MAKE_VERSION( 1, 10 )"
desc: "version 1.10"
version: "1.10"
- name: "1_11"
value: "$X_MAKE_VERSION( 1, 11 )"
desc: "version 1.11"
version: "1.11"
--- #--------------------------------------------------------------------------
type: macro
desc: "Current API version as a macro"
version: "1.10"
name: "$X_API_VERSION_CURRENT_M"
value: "$X_MAKE_VERSION( 1, 10 )"
value: "$X_MAKE_VERSION( 1, 11 )"
--- #--------------------------------------------------------------------------
type: function
desc: "Returns the API version supported by the specified driver"
Expand Down

0 comments on commit 9ad5ca8

Please sign in to comment.