bump version to 3.0.14

This commit is contained in:
artemp 2017-06-02 20:25:13 +02:00
parent 75e7a44c90
commit c4fb727076

View file

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