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

This commit is contained in:
Dane Springmeyer 2016-02-25 16:37:35 -08:00
parent 7c555ca696
commit 5c0d496c82

View File

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