Fix off-by-one in comparing version components
commitab38f01977ad2b0422356e14362a612e67f6a0a8
authorOlly Betts <olly@survex.com>
Wed, 15 Feb 2017 20:07:55 +0000 (16 09:07 +1300)
committerOlly Betts <olly@survex.com>
Wed, 15 Feb 2017 20:07:55 +0000 (16 09:07 +1300)
tree38454c3adfa480bc12bd99ef8dbe0e2eac1801f3
parent793b6d5666c94dd6de8549c78a6e9af53417533e
Fix off-by-one in comparing version components

For example, this meant that automake 1.11.6 was regarded as > 1.15
because we actually compared "11.6" and "1.15".
bootstrap