Version 36 is 2.0.
33 -> 1.2
34 -> 1.3
36 -> 2.0
37 -> 2.1
39 -> 3.0
40 -> 3.1
44 -> 3.5
45 -> 3.9
50 -> 4.0 (or MorphOS)
The command checks for version 36. If the version found is 36 or above, it returns 0 (OK), if the version is below 36, it returns 5 (WARN).
The return code can be checked by the if command:
5 = WARN
10 = ERROR
20 = FAIL