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)
commitef2d900455482d9cd0fbfc870763734850e369e6
tree4dda8333da3fbbfb5bb7750c8bf4f84bc52d417f
parent8c9a94e5577adab5a3c97a68294815b7b36f6c08
parent85a1c69334e09953f7b4728a761fc7c389b4da5d
Merge: inkscape_tools: fix Inkscape version detection on Ubuntu

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>