Skip to content

Commit 9ad5ca8

Browse files
committed
update spec revision.
Signed-off-by: B.G,Pradeep <[email protected]>
1 parent 2da2960 commit 9ad5ca8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/core/driver.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,20 @@ etors:
191191
value: "$X_MAKE_VERSION( 1, 9 )"
192192
desc: "version 1.9"
193193
version: "1.9"
194+
- name: "1_10"
195+
value: "$X_MAKE_VERSION( 1, 10 )"
196+
desc: "version 1.10"
197+
version: "1.10"
198+
- name: "1_11"
199+
value: "$X_MAKE_VERSION( 1, 11 )"
200+
desc: "version 1.11"
201+
version: "1.11"
194202
--- #--------------------------------------------------------------------------
195203
type: macro
196204
desc: "Current API version as a macro"
197205
version: "1.10"
198206
name: "$X_API_VERSION_CURRENT_M"
199-
value: "$X_MAKE_VERSION( 1, 10 )"
207+
value: "$X_MAKE_VERSION( 1, 11 )"
200208
--- #--------------------------------------------------------------------------
201209
type: function
202210
desc: "Returns the API version supported by the specified driver"

0 commit comments

Comments
 (0)