update version to 3.0.13

This commit is contained in:
artemp 2017-01-20 14:40:35 +01:00
parent 5db03aeb03
commit ab206321b5

View file

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