bump to v3.0.16

This commit is contained in:
Dane Springmeyer 2017-09-10 11:24:21 -07:00
parent bd3bbd7d59
commit 9466965725

View file

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