Skip to content

Commit 74cb674

Browse files
authored
Fix current version (#281)
Signed-off-by: Will Damon <[email protected]>
1 parent 3282479 commit 74cb674

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/core/driver.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ etors:
111111
value: "$X_MAKE_VERSION( 1, 8 )"
112112
desc: "version 1.8"
113113
version: "1.8"
114+
- name: "1_9"
115+
value: "$X_MAKE_VERSION( 1, 9 )"
116+
desc: "version 1.9"
117+
version: "1.9"
114118
--- #--------------------------------------------------------------------------
115119
type: function
116120
desc: "Returns the API version supported by the specified driver"

0 commit comments

Comments
 (0)