File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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--- # --------------------------------------------------------------------------
205209type : macro
206210desc : " Current API version as a macro"
207211version : " 1.10"
208212name : " $X_API_VERSION_CURRENT_M"
209- value : " $X_MAKE_VERSION( 1, 11 )"
213+ value : " $X_MAKE_VERSION( 1, 12 )"
210214--- # --------------------------------------------------------------------------
211215type : function
212216desc : " Returns the API version supported by the specified driver"
You can’t perform that action at this time.
0 commit comments