Description
Currently if a plugin wants do tests against the running version, it must get a string and then parse that string. To make that easier, three API calls are added:
TSTrafficServerVersionMajor(), TSTrafficServerVersionMinor(), TSTrafficServerVersionPatch()
These all return an int which is (respectively) the first, second, and third elements of the version.