now working on mapnik v3.0.8 [skip ci]

This commit is contained in:
Dane Springmeyer 2015-10-12 16:31:47 -07:00
parent b4fb174146
commit b75f075885

View file

@ -25,7 +25,7 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 7
#define MAPNIK_PATCH_VERSION 8
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)