Re: jaPBe 2.4.12.25
Posted: Sat Jan 08, 2005 11:07 am
There are two file versions in the versioninfo resource. One must be 4 integers and the other is a string. From MSDN:GPI wrote:>Question 3: When I enter "1.01" for the File Version field of my project,
>and then look at the compiled executable's properties, this field is
>"1.1.0.0".
>Is this a bug?
No. I look in the SDK and the version must have the 3-dot-format.
andFILEVERSION - Binary version number for the file. The version consists of two 32-bit integers, defined by four 16-bit integers. For example, "FILEVERSION 3,10,0,61" is translated into two doublewords: 0x0003000a and 0x0000003d, in that order.
Just in case you've seen a 2 digit file version somewhere...FileVersion - Version number of the file—for example, "3.10" or "5.00.RC2". This string is required.