
6 Feb
2016
6 Feb
'16
1:16 a.m.
On 02/05/2016 05:11 PM, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
The existing regex simply ensures that the captured version string doesn't go past the end of a line. We really want to grab as much as possible. Do this by explicitly including a ) character at the end of the regex to match the last character of the version test.
Uggh; should have let my Jenkins build finish. This fails in some circumstances so I'll send v2...