Inquiry on Modifying Software Version String for Matter Product in NCS 3.1.1

Dear Technical Support Team,

I am currently developing a Matter product using the NCS (nRF Connect SDK) version 3.1.1. During the build process, the software version string is automatically generated as 3.0.0+0.

Could you please advise on how to modify this string to display simply as 3.0.0 (removing the trailing +0)? Specifically:

Is there a specific configuration option or file (e.g., child_image configuration, Kconfig, or CMakeLists.txt) where this can be set?

Is there a recommended method or best practice within NCS for controlling the exact format of the software_version_string?

Thank you for your time and support.

Related