On 01.02.2010 13:40, Adrian Buehlmann wrote:
> On 01.02.2010 13:29, Peer Sommerlund wrote:
>>
>>
>> On 1 February 2010 03:24, Steve Borho <st...@borho.org
>> <mailto:st...@borho.org>> wrote:
>>
>>     On Sun, Jan 31, 2010 at 7:51 PM, Adrian Buehlmann
>>     <adr...@cadifra.com <mailto:adr...@cadifra.com>> wrote:
>>     > Since we will be going to switch to doing *.msi installers,
>>     > I'll post what I have learned while doing non-TortoiseHg
>>     > Windows installers (this is in no way restricted to using WiX):
>>     >
>>     > Windows installer packages must have product versions in the form
>>     >
>>     > 999999.999999.999999.999999
>>     >  (A)    (B)    (C)   (D)
>>     >
>>     > That is: 4 groups of digits. No other characters are allowed.
[snip]
>>
>> How many digits are available in each number?  
>>
>> How about
>>
>> 1.3 = 0103.0.0
>> 0.9.2 = 0009.0200.0
>> 0.9.2.1 = 0009.0201.0
>> 0.9 stable nightlies, after release 0.9.2.1 = 0009.0201.i, where i
>> increments by every nightly
>> 0.9 unstable nightlies (pre 0.10) = 0009.10000.i, where i either is rev#
>> of tip, or simply increment by one every nightly build.
> 
> A, B, C and D are just non-negative ordinal numbers, not strings.

in the range 0..65535 (16 bit)

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to