<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">On Monday, January 11, 2021 9:06:27 PM WET Jean-Marc Lasgouttes wrote:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> I would prefer to ignore the last 0 be default, since the sub-releases</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> are rare.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Thus: 3.0, 3.1, 3.2, 3.2.1</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> I do not like extra numbers that almost never move.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> And it makes parsing of version number more interesting.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> JMarc</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">FWIW, personally, I agree with you.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">What I described was the semantic versioning scheme.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">In rpm, that I know well due to packaging for Fedora, allows the scheme you suggest. E.g.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">$ rpmdev-vercmp 3.0.10 3.1</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">3.0.10 < 3.1</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-- </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">José Abílio</p>
</body>
</html>