Fix capitalization error

This commit is contained in:
A.J. Beamon 2019-11-15 12:41:08 -08:00
parent ed8d3f163c
commit b5a450b4c6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>echo const char *SourceVersion = "Current version id not currently supported within Windows."; &gt; SourceVersion.temp.h &amp;&amp; fc /b SourceVersion.temp.h SourceVersion.h &gt; nul || copy SourceVersion.temp.h SourceVersion.h &gt; nul</Command>
<Command>echo const char *sourceVersion = "Current version id not currently supported within Windows."; &gt; SourceVersion.temp.h &amp;&amp; fc /b SourceVersion.temp.h SourceVersion.h &gt; nul || copy SourceVersion.temp.h SourceVersion.h &gt; nul</Command>
<Message>Checking source version</Message>
</PreBuildEvent>
</ItemDefinitionGroup>