update version to 3.0.19

This commit is contained in:
Artem Pavlenko 2018-03-05 11:46:07 +01:00
parent 2cef98d7f7
commit 96435b2a3a

View file

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