<upf/upf.h> instead.Go to the source code of this file.
Defines | |
| #define | UPF_VERSION_MAJOR 0 |
| Major version number. | |
| #define | UPF_VERSION_MINOR 1 |
| Minor version number. | |
| #define | UPF_VERSION_RELEASE 4 |
| Release version number. | |
| #define | UPF_VERSION_STRING "0.1.4" |
| String form of version information. | |
| #define | UPF_ABI_VERSION 2 |
| Current UPF ABI version number. | |
| #define | UPF_CHECK_VERSION(major, minor, release) |
| Check if UPF library version is at least major.minor.release. | |
| #define | UPF_CHECK_ABI_VERSION(ver) |
| Check if the version of UPF ABI matches installed UPF headers. | |
|
|
Check if the version of UPF ABI matches installed UPF headers. Plugins with different ABI versions won't be loaded by the core.
|
1.2.18