True version number for the CMSIS-RTOS ("injected" by CubeMX)
Hi all!
Where do I find the "true" version number for the CMSIS-RTOS code "injected" by CubeMX?
While STM32CubeMX (v6.9.1) shows "2.0.0"...

.. the header file in my project (CMSIS_RTOS_V2/cmsis_os.h) has the following in the comment header
* $Revision: V2.1.0
*
* Project: CMSIS-RTOS API
* Title: cmsis_os.h FreeRTOS header file
followed by a version history, clearly mentioning Version 2.1.0.
Is the cmsis_os.h header file the "proper source of truth"? Or is it a different file?
The most recent revision history can also be found here: https://arm-software.github.io/CMSIS_5/RTOS2/html/rtos_revisionHistory.html (but that's of course independent of the version from what I am using).
Cheers
