File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,20 @@ etors:
191191 value : " $X_MAKE_VERSION( 1, 9 )"
192192 desc : " version 1.9"
193193 version : " 1.9"
194+ - name : " 1_10"
195+ value : " $X_MAKE_VERSION( 1, 10 )"
196+ desc : " version 1.10"
197+ version : " 1.10"
198+ - name : " 1_11"
199+ value : " $X_MAKE_VERSION( 1, 11 )"
200+ desc : " version 1.11"
201+ version : " 1.11"
194202--- # --------------------------------------------------------------------------
195203type : macro
196204desc : " Current API version as a macro"
197205version : " 1.10"
198206name : " $X_API_VERSION_CURRENT_M"
199- value : " $X_MAKE_VERSION( 1, 10 )"
207+ value : " $X_MAKE_VERSION( 1, 11 )"
200208--- # --------------------------------------------------------------------------
201209type : function
202210desc : " Returns the API version supported by the specified driver"
You can’t perform that action at this time.
0 commit comments