This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_version

Function Documentation

unsigned int rc_version(void)

get an integer representation of the library version

8 bits are used for each component, with the patch number stored in the 8 least significant bits. E.g. for version 1.2.3 this would be 0x010203.

Returns

integer representation of the library version