somCheckVersion - Parameters
receiver (SOMClass)
A pointer to the SOM
class whose version information should be checked.
majorVersion (long)
This value usually changes
only when a significant enhancement or incompatible change is made to a
class.
minorVersion (long)
This value changes whenever
minor enhancements or fixes are made to a class. Class implementors usually
maintain downward compatibility across changes in the minorVersion number.
rc (boolean)