From: martin f. krafft Date: Sat, 8 Jul 2017 05:49:45 +0000 (+0200) Subject: Fix parsing of Git version numbers X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/a6c9dc49e9e9749b7dd3b659934193ca61eccae9?hp=a6c9dc49e9e9749b7dd3b659934193ca61eccae9 Fix parsing of Git version numbers The Git minor version now has two digits, so fix the regexp parsing it. We'll also anticipate the future and handle the time when the major version hits 10 and parse accordingly Signed-off-by: martin f. krafft ---