In isolation this may seem like a weird class, it’s when you think about all of my libraries as a whole being used in TCOS where it all makes sense. I don’t expect anyone to use this for themselves, although you may; more so it’s just a dependency for my other libraries. If you are wanting to integrate your libraries into a TCOS distribution, then you will need to use this library (it’s painless really).
This library works on the major, minor, patch methodology; you set these values when you do your declarations. Any of my T-libraries are good example of how to structure this in your libraries. This can additionally be used for other purposes, such as attaching to data you have stored on a FRAM chip for example, or your own TCOS distribution.
Available in this class:
getMajor();
getMinor();
getPatch();
getVersionStr(); // cached
-
4/14/2026
First (and I would expect only?) release!
Download the library as a zip file via this link!