Skip to content

Commit 48193b6

Browse files
Add API version 1.12
Signed-off-by: Lisanna Dettwyler <[email protected]>
1 parent 7a5c55c commit 48193b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/core/driver.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,17 @@ etors:
200200
- name: "1_11"
201201
value: "$X_MAKE_VERSION( 1, 11 )"
202202
desc: "version 1.11"
203-
version: "1.11"
203+
version: "1.11"
204+
- name: "1_12"
205+
value: "$X_MAKE_VERSION( 1, 12 )"
206+
desc: "version 1.12"
207+
version: "1.12"
204208
--- #--------------------------------------------------------------------------
205209
type: macro
206210
desc: "Current API version as a macro"
207211
version: "1.10"
208212
name: "$X_API_VERSION_CURRENT_M"
209-
value: "$X_MAKE_VERSION( 1, 11 )"
213+
value: "$X_MAKE_VERSION( 1, 12 )"
210214
--- #--------------------------------------------------------------------------
211215
type: function
212216
desc: "Returns the API version supported by the specified driver"

0 commit comments

Comments
 (0)