We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2dd09 commit 4f7b0ceCopy full SHA for 4f7b0ce
scripts/core/driver.yml
@@ -205,12 +205,16 @@ etors:
205
value: "$X_MAKE_VERSION( 1, 12 )"
206
desc: "version 1.12"
207
version: "1.12"
208
+ - name: "1_13"
209
+ value: "$X_MAKE_VERSION( 1, 13 )"
210
+ desc: "version 1.13"
211
+ version: "1.13"
212
--- #--------------------------------------------------------------------------
213
type: macro
214
desc: "Current API version as a macro"
215
version: "1.10"
216
name: "$X_API_VERSION_CURRENT_M"
-value: "$X_MAKE_VERSION( 1, 12 )"
217
+value: "$X_MAKE_VERSION( 1, 13 )"
218
219
type: function
220
desc: "Returns the API version supported by the specified driver"
0 commit comments