bump up version to 3.0.17

This commit is contained in:
Artem Pavlenko 2017-11-27 09:55:20 +01:00
parent c3704c968b
commit 498142f700

View file

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