protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains macros defining the protozero version. More...
Go to the source code of this file.
Macros | |
#define | PROTOZERO_VERSION_MAJOR 1 |
The major version number. | |
#define | PROTOZERO_VERSION_MINOR 5 |
The minor version number. | |
#define | PROTOZERO_VERSION_PATCH 2 |
The patch number. | |
#define | PROTOZERO_VERSION_CODE (PROTOZERO_VERSION_MAJOR * 10000 + PROTOZERO_VERSION_MINOR * 100 + PROTOZERO_VERSION_PATCH) |
The complete version number. | |
#define | PROTOZERO_VERSION_STRING "1.5.2" |
Version number as string. | |
Contains macros defining the protozero version.