setting up for mapnik v3.0.22 release [skip ci]

This commit is contained in:
Artem Pavlenko 2019-01-22 10:56:47 +00:00
parent a1543b359f
commit c338cacd71

View file

@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 21
#define MAPNIK_PATCH_VERSION 22
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)