bump up version to 3.0.12 in preparation to release

This commit is contained in:
artemp 2016-04-25 20:42:24 +02:00
parent fca1075fec
commit 650e8eea8a

View File

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