VG3_version()
Return version of VgaGames3.SYNTAX
int
VG3_version(int *maior,
int *minor)
FUNCTION PARAMETERS
maior | For returning maior-number, if not NULL |
minor | For returning minor-number, if not NULL |
RETURN VALUE
Returns version as string in the format <major-release>.<minor-release>
DESCRIPTION
Return version of VgaGames3 as string and optional with maior- and minor-number.
Other methods are to use the definition VGAG3_VERSION
or to get it with the command vgagames3-config --version.