Skip to content

Commit 4f7b0ce

Browse files
authored
Add 1.13 api_version and change MAKE_VERSION to 1.13 (#337)
Signed-off-by: Russell McGuire <[email protected]>
1 parent 9f2dd09 commit 4f7b0ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/core/driver.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,16 @@ etors:
205205
value: "$X_MAKE_VERSION( 1, 12 )"
206206
desc: "version 1.12"
207207
version: "1.12"
208+
- name: "1_13"
209+
value: "$X_MAKE_VERSION( 1, 13 )"
210+
desc: "version 1.13"
211+
version: "1.13"
208212
--- #--------------------------------------------------------------------------
209213
type: macro
210214
desc: "Current API version as a macro"
211215
version: "1.10"
212216
name: "$X_API_VERSION_CURRENT_M"
213-
value: "$X_MAKE_VERSION( 1, 12 )"
217+
value: "$X_MAKE_VERSION( 1, 13 )"
214218
--- #--------------------------------------------------------------------------
215219
type: function
216220
desc: "Returns the API version supported by the specified driver"

0 commit comments

Comments
 (0)