version.h File Reference
<Plasma/Version>
More...
#include <plasma/plasma_export.h>
Go to the source code of this file.
Detailed Description
<Plasma/Version>
Definition in file version.h.
Define Documentation
#define PLASMA_IS_VERSION |
( |
a, |
|
|
b, |
|
|
c |
|
) |
(PLASMA_VERSION >= PLASMA_MAKE_VERSION(a,b,c)) |
Compile-time macro for checking the plasma version.
Not useful for detecting the version of libplasma at runtime.
Definition at line 52 of file version.h.
#define PLASMA_MAKE_VERSION |
( |
a, |
|
|
b, |
|
|
c |
|
) |
(((a) << 16) | ((b) << 8) | (c)) |
#define PLASMA_VERSION PLASMA_MAKE_VERSION(PLASMA_VERSION_MAJOR, PLASMA_VERSION_MINOR, PLASMA_VERSION_RELEASE) |
Compile time macro for the version number of libplasma.
Definition at line 45 of file version.h.
#define PLASMA_VERSION_MAJOR 3 |
Major version of libplasma, at compile time.
Definition at line 34 of file version.h.
#define PLASMA_VERSION_MINOR 1 |
Minor version of libplasma, at compile time.
Definition at line 36 of file version.h.
#define PLASMA_VERSION_RELEASE 0 |
Release version of libplasma, at compile time.
Definition at line 38 of file version.h.
#define PLASMA_VERSION_STRING "3.1.0" |
String version of libplasma version, suitable for use in file formats or network protocols.
Definition at line 31 of file version.h.