-
Notifications
You must be signed in to change notification settings - Fork 55
Version
chrisd1100 edited this page Aug 25, 2022
·
1 revision
libmatoya
version information.
libmatoya
has two version numbers, MTY_VERSION_MAJOR
and MTY_VERSION_MINOR
. A minor version increase means an implementation change or a pure addition to the interface. A major version increase means the interface has changed.
Name | Brief |
---|---|
MTY_GetVersion | Get the version libmatoya was compiled with. |
Name | Value | Details |
---|---|---|
MTY_VERSION_MAJOR |
4 |
libmatoya major version number. |
MTY_VERSION_MINOR |
0 |
libmatoya minor version number. |
MTY_VERSION_STRING |
"4.0" |
UTF-8 libmatoya version string. |
MTY_VERSION_STRINGW |
L"4.0" |
Wide character libmatoya version string. |