Re: 1 cset was pushed to modules/sitecontact: oops - no upgrade wanted here ...forgot ...
Marcel van der Boom <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Jason Judge wrote: > So, the module upgrade process will *only* look at the first three parts > when comparing version numbers of a module.It will try to handle > non-standard version numbers sensibly, so 0.1.2 == 00.01.02 == .1.2. == > 0.1.2.3.4.5.6 wrt upgrades. needlessly complicates stuff imo. its for me a matter of consistency. the version number is there to trigger upgrades, even if that upgrade is a noop. Having 3 numbers throughout makes everything easier, displaying, calculating stuff, no need to check for exceptions if the version happens to be longer etc. but, as always, its a devs choice. 10^3 combo's are apparently not enough ;-) marcel