mediafoundation: update version to 1.07

Reviewed-by: Yubo Xie <yuboxie@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37820>
This commit is contained in:
Pohsiang (John) Hsu 2025-10-08 14:05:48 -07:00
parent 03baa8ac72
commit 5ce8b34a10

View file

@ -60,7 +60,7 @@ foreach codec : mft_codecs
major_version = '1'
minor_version = '0'
patch_version = '6'
patch_version = '7'
build_version = '0'
mft_dll_version = '@0@.@1@.@2@'.format(major_version, minor_version, patch_version)