From 94669657251010afa47acaf6e59c03a09e507939 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 10 Sep 2017 11:24:21 -0700 Subject: [PATCH] bump to v3.0.16 --- include/mapnik/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 9798d987c..d891d46e2 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -27,7 +27,7 @@ #define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 15 +#define MAPNIK_PATCH_VERSION 16 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)