Hello,
I am in the process of writing an API that is cross-platform between ComputerCraft and OpenComputers.
I am easily able to identify whether the platform the API is running on is either CC or OC via a simple pcall against a CC only or OC only API function.
However, I was curious to find out if there was an OpenComputer specific API function that would return me the version of OC that is currently loaded into Minecraft. The purpose for getting this information would allow my own API to adjust to the environment the user currently has loaded. This allows the developer to use my