Make upper bound of kernel version checking macro exclusive
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Tue, 27 Nov 2012 16:43:38 +0000 (17:43 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Nov 2012 16:43:38 +0000 (17:43 +0100)
It's more usable to have the upper limit exclusive. It helps to avoid
hardcoding of stable branch highest version number, i.e. having a range
from 3.1.0 up to 3.2.0 (exclusively) gives us all 3.1.x versions.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025608 seconds and 4 git commands to generate.