BinaryParser v1.0.0
Parse binary files with ease.
Loading...
Searching...
No Matches
version.h File Reference

Project version macros. More...

Go to the source code of this file.

Macros

#define BPARSER_VERSION_MAJOR   1
 The A part of vA.B.C.
#define BPARSER_VERSION_MINOR   0
 The B part of vA.B.C.
#define BPARSER_VERSION_PATCH   0
 The C part of vA.B.C.
#define BPARSER_VERSION_DEV   0
 Are we in a dev build?
#define BPARSER_VERSION_INT
 Library version as integer, as given by the formula {MAJOR} * 1000000 + {MINOR} * 1000 + {PATCH} * 10 + {DEV}.

Detailed Description

Project version macros.

Macros for the project version, and MAJOR, MINOR and PATCH number separately.

Author
NorbCodes