bump version to 3.0.11

This commit is contained in:
artemp 2016-03-07 19:16:48 +01:00
parent 09f4de1e95
commit d030fdd667

View file

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