Hi Mike,
The MDS Configuration Manager does not show the currently installed version number directly.
Be aware that MDS has a unique versioning scenario in which the SQL Server database engine installation does not necessarily match the MDS version. The version may vary when you compare the SQL Server installation to the binaries deployed in the
MDS website and the MDS catalog schema version.
We can check the installed product version and schema version by using the following query in the MDS catalog:
select * from mds.mdm.tblSystem
Or check registry information: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Master Data Services\CurrentVersion
Regards,
Elvis Long
TechNet Community Support
