[development] drupal 5.1 or 5.0.1
Derek Wright
drupal at dwwright.net
Wed Jan 31 23:31:58 UTC 2007
On Jan 31, 2007, at 3:17 PM, Robert Garrigós Castro wrote:
> What confused me was that the Release Project module doesn't work
> like this. It actually uses the t[h]ree version numbers system.
project.module has to support a ton of different styles of version
numbers, since it's used by:
a) old versions of core (4.7.6)
b) new versions of core (5.1)
c) old versions of contrib (4.6.0)
d) new versions of contrib for old versions of core (4.7.x-1.3)
e) new versions of contrib for new versions of core (5.x-1.2)
just be thankful it works at all. ;)
'nuff said,
-derek
More information about the development
mailing list