diff --git a/scripts/core/driver.yml b/scripts/core/driver.yml index ca4cef8a..a2e4a77a 100644 --- a/scripts/core/driver.yml +++ b/scripts/core/driver.yml @@ -191,12 +191,20 @@ etors: value: "$X_MAKE_VERSION( 1, 9 )" desc: "version 1.9" version: "1.9" + - name: "1_10" + value: "$X_MAKE_VERSION( 1, 10 )" + desc: "version 1.10" + version: "1.10" + - name: "1_11" + value: "$X_MAKE_VERSION( 1, 11 )" + desc: "version 1.11" + version: "1.11" --- #-------------------------------------------------------------------------- type: macro desc: "Current API version as a macro" version: "1.10" name: "$X_API_VERSION_CURRENT_M" -value: "$X_MAKE_VERSION( 1, 10 )" +value: "$X_MAKE_VERSION( 1, 11 )" --- #-------------------------------------------------------------------------- type: function desc: "Returns the API version supported by the specified driver"