Intel® MKL provides two methods for extracting information about the library version number:
extracting a version string using the mkl_get_version_string function
using the mkl_get_version function to obtain an MKLVersion structure that contains the version information
A makefile is also provided to automatically build the examples and output summary files containing the version information for the current library.