Checks whether a firmware version is Jasper, the firmware the Circulo NG boards run.
Jasper versions start at v10.0.0, chosen so that they never collide with SOMANET Software v5.6.x and so
that the version alone says which firmware a drive is running without having to name it. That makes the
version the right thing to key firmware differences off: it covers every product that runs Jasper,
including the Custom Projects boards, where a product ID range would only cover the ones it lists.
The lower bound is a prerelease so that a v10.0.0 release candidate is recognised too — >=v10.0.0
alone excludes v10.0.0-rc.1, because a prerelease sorts below the release it leads to.
Checks whether a firmware version is Jasper, the firmware the Circulo NG boards run.
Jasper versions start at v10.0.0, chosen so that they never collide with SOMANET Software v5.6.x and so that the version alone says which firmware a drive is running without having to name it. That makes the version the right thing to key firmware differences off: it covers every product that runs Jasper, including the Custom Projects boards, where a product ID range would only cover the ones it lists.
The lower bound is a prerelease so that a v10.0.0 release candidate is recognised too —
>=v10.0.0alone excludesv10.0.0-rc.1, because a prerelease sorts below the release it leads to.