RESOLVED: Identify API version

I am working with a team in an educational setting, and the tools dev is not sure which version of the FMOD Studio API he is working with. I am using v1.05.00, and he downloaded his tools about two weeks ago. Where can we go to find the version he is using? Thanks

If you take a look at fmod_common.h, there is a define near the top FMOD_VERSION which will show the version number. i.e. 0x00010502 is 1.05.02.

1 Like

Fantastic, thanks Mathew!