Macros and functions to get the version of the headers and the library.
More...
#include "libfilezilla.hpp"
#include <tuple>
Go to the source code of this file.
|
| namespace | fz |
| | The namespace used by libfilezilla.
|
|
|
#define | LIBFILEZILLA_VERSION "0.51.1" |
| | Version string of the libfilezilla headers.
|
|
#define | LIBFILEZILLA_VERSION_MAJOR 0 |
|
#define | LIBFILEZILLA_VERSION_MINOR 51 |
|
#define | LIBFILEZILLA_VERSION_MICRO 1 |
|
#define | LIBFILEZILLA_VERSION_NANO 0 |
|
#define | LIBFILEZILLA_VERSION_SUFFIX "0.51.1" |
| | Suffix string, e.g. "rc1".
|
|
|
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.