libfilezilla
|
Macros and functions to get the version of the headers and the library. More...
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Macros | |
#define | LIBFILEZILLA_VERSION "0.42.0" |
Version string of the libfilezilla headers. | |
#define | LIBFILEZILLA_VERSION_MAJOR 0 |
#define | LIBFILEZILLA_VERSION_MINOR 42 |
#define | LIBFILEZILLA_VERSION_MICRO 0 |
#define | LIBFILEZILLA_VERSION_NANO 0 |
#define | LIBFILEZILLA_VERSION_SUFFIX "0.42.0" |
Suffix string, e.g. "rc1". | |
Functions | |
std::string | get_version_string () |
Get version string of libfilezilla. | |
std::tuple< int, int, int, int, std::string > | get_version () |
Get version of libfilezilla broken down into components major, minor, micro, nano and suffix. | |
Macros and functions to get the version of the headers and the library.