update version to 3.1.0

This commit is contained in:
artemp 2016-12-09 17:07:23 +01:00
parent fc54faac54
commit 2924d736a8

View file

@ -26,8 +26,8 @@
#include <mapnik/stringify_macro.hpp>
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 12
#define MAPNIK_MINOR_VERSION 1
#define MAPNIK_PATCH_VERSION 0
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)