[go: up one dir, main page]

Menu

Commit [r822]  Maximize  Restore  History

Fix version resources and use dots in the version strings:

* FILEVER and PRODUCTVER must use commas with a space after the comma - not using that format results in various apps just showing "1, 0, 0, 0" for the version.
* The STRFILEVER and STRPRODUCTVER can actually be anything - they're strings after all. But they must include the \0 char at the end or some apps will fail to read those strings or even crash.
* in the version resource, the "BLOCK" value must match the "Translation" value, or almost all applications that read the version will not find the version strings.

tortoisesvn 2013-01-24

changed /trunk/Misc/AAClr/src/AAClr.rc2
changed /trunk/Misc/AAClr/src/version.in
changed /trunk/Misc/FileTool/src/FileTool.rc2
changed /trunk/Misc/FileTool/src/version.in
changed /trunk/Misc/tabspace/src/tabspace.rc
changed /trunk/SKTimeStamp/src/SKTimeStamp.rc2
changed /trunk/SKTimeStamp/src/version.in
changed /trunk/StExBar/src/StExBar.rc2
changed /trunk/StExBar/src/version.in