Merge: inkscape_tools: fix Inkscape version detection on Ubuntu
authorJean Privat <jean@pryen.org>
Thu, 1 Mar 2018 14:42:04 +0000 (09:42 -0500)
committerJean Privat <jean@pryen.org>
Thu, 1 Mar 2018 14:42:04 +0000 (09:42 -0500)
The regex detecting the Inkscape version was too permissive and expected 3 numbers. This made it wrongly match the revision string on Ubuntu where the version string has only 2 numbers:
`Inkscape 0.91 r13725`

Thanks @BlackMinou!

Pull-Request: #2616
Reviewed-by: Romain Chanoir <romain.chanoir@viacesi.fr>


Trivial merge