diff options
author | Brad King <brad.king@kitware.com> | 2018-03-09 15:50:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-09 15:52:49 (GMT) |
commit | 588a1afe76ad0e5bed5d03403fa7b392cbbcd438 (patch) | |
tree | a9de3cf543d0ab20f74c8e0b8e70101eee3a2a00 /Licenses | |
parent | 8c96f6ebbd4adda14023d257adc7d0541de7eca1 (diff) | |
download | CMake-588a1afe76ad0e5bed5d03403fa7b392cbbcd438.zip CMake-588a1afe76ad0e5bed5d03403fa7b392cbbcd438.tar.gz CMake-588a1afe76ad0e5bed5d03403fa7b392cbbcd438.tar.bz2 |
CMakeVersion.rc: Avoid leading zeros in integer version components
The split in commit v3.11.0-rc1~232^2 (CMakeVersion RC file: Split patch
into 2 components, 2017-12-01) can leave components "2018,0309", but the
latter is an octal constant with digit "9" out of range. Strip the
leading zero to express the components as "2018,309" so the resource
compiler treats them as decimal.
Diffstat (limited to 'Licenses')
0 files changed, 0 insertions, 0 deletions