Functions | |
| unsigned int | cpl_version_get_major (void) |
| Get the library's major version number. | |
| unsigned int | cpl_version_get_minor (void) |
| Get the library's minor version number. | |
| unsigned int | cpl_version_get_micro (void) |
| Get the library's micro version number. | |
| unsigned int | cpl_version_get_interface_age (void) |
| Get the library's interface age. | |
| unsigned int | cpl_version_get_binary_age (void) |
| Get the library's binary age. | |
| const char * | cpl_version_get_version (void) |
| Get the library's version string. | |
| unsigned int | cpl_version_get_binary_version (void) |
| Get the library's binary version number. | |
The library version applies to all component libraries of the Common pipeline library, and changes if any of the component libraries changes.
The library version is a version code made up of three components, the major, minor and micro version number, and is usually represented by a string of the form "major.minor.micro".
#include <cpl_version.h>
|
|
Get the library's binary age.
|
|
|
Get the library's binary version number.
|
|
|
Get the library's interface age.
|
|
|
Get the library's major version number.
|
|
|
Get the library's micro version number.
|
|
|
Get the library's minor version number.
|
|
|
Get the library's version string.
|
1.4.6