bump up version to 3.0.15

This commit is contained in:
artemp 2017-06-15 11:06:41 +02:00
parent 2f8485ba89
commit 36a23851f3

View file

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