Updates:
Summary: validator ought to issue critical warnings when versionString in
version pragma doesn't match parsed version printString
Comment #1 on issue 179 by
[hidden email]: validator ought to issue
critical warnings when versionString in version pragma doesn't match parsed
version printString
http://code.google.com/p/metacello/issues/detail?id=179The "correct" version string would be '4.4' as Metacello sorts numeric
values correctly and leading '0' is not needed. The leading '0' is only
needed as a place holder if versions sorted as strings...