TinoDidriksen / spellers

Front-ends and packaging scripts for spellers. Git read-only mirror.
GNU General Public License v3.0
1 stars 0 forks source link

MSI version max out at 255.255.65535 #17

Closed TinoDidriksen closed 8 years ago

TinoDidriksen commented 8 years ago

MSI version numbers have a max - who knew! https://msdn.microsoft.com/en-us/library/aa370859.aspx says max is 255.255.65535, which is incompatible with the current scheme of year.day.minute.

So need to find a new compatible scheme, or just use the current 32bit timestamp.

TinoDidriksen commented 8 years ago

Fixed'ish by splitting time() into 8.8.16 bits. Not terribly happy with that, but as there is no scheme that can both respect the source package version and nightly increment, this will have to do.