Skip to content

CMakeVersion RC file: Split patch into 2 components

Justin Goshi requested to merge jgoshi/cmake:splitRCPatchComponent into master

The binary file version has 4 16-bit components. In cases where the patch component is too large (ex: represents a build date yyyymmdd) we split it into two parts.

Merge request reports