Changing QNX release information

Hi all !

I would like to change the string displayed by the command “uname -r” to know which version is running on our target (we are modifying ourself BSP to adapt hardware change).

In startup, I overwrite _CS_RELEASE using add_typed_string function (e.g. add_typed_string(_CS_RELEASE,“6.4.1-cp-01-00-01”).

But “uname -r” result is always “6.4.1”

In documentation, I did not find that _CS_RELEASE is read only !!!

Thanks for your help.