Add 4th component to version in loader.rc
authorCharles Giessen <charles@lunarg.com>
Wed, 29 Mar 2023 20:10:04 +0000 (14:10 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 29 Mar 2023 21:56:35 +0000 (15:56 -0600)
commit5bc74b04c805611581532a300c6e10e72601ccfe
treecd80a89fcb92419fc3e2a8ade262768b8ce66885
parentd72476300bedea334aa764c994dd191cb6d7088b
Add 4th component to version in loader.rc

FILVERSION is supposed to be a 4 component field. The previous commit to make loader.rc
be generated did not account for that and so requires this fix to make sure it has four
components. Thankfully, this issue is not present in SDK released loaders thanks to the
SDK specifying its own version string that has 4 components.
loader/loader.rc
scripts/generate_source.py