/** mtx_version( -Version, -Date ).

Current version and release date for pack =mtx=.

The pack is distributed under the MIT license.

==
?- mtx_version( Ver, Date ).
Ver = 0:7:0,
Date = date(2025, 10, 5).
==

@author nicos angelopoulos
@version  0.7 2025/10/5
@license MIT

*/
mtx_version( 0:7:0, date(2025,10,5) ).
