Loading...
Searching...
No Matches
Go to the documentation of this file.
4#define GZIP_VERSION_MAJOR 1
7#define GZIP_VERSION_MINOR 0
10#define GZIP_VERSION_PATCH 0
13#define GZIP_VERSION_CODE (GZIP_VERSION_MAJOR * 10000 + GZIP_VERSION_MINOR * 100 + GZIP_VERSION_PATCH)
16#define GZIP_VERSION_STRING "1.0.0"