Subject: | Switching version number scheme considered dangerous |
Note: I've rated it unimportant.
Witness:
% perl -le '
use version; print
version->new("0.28") > version->new("0.28.1")
? "is higher" : "is lower"'
is higher
David Golden wrote a manifest with the title version numbers should be
boring.
http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
It's really worth a read.
Thank you,