From 36a23851f33e566b99a96c7580aac41a1b6708f9 Mon Sep 17 00:00:00 2001 From: artemp Date: Thu, 15 Jun 2017 11:06:41 +0200 Subject: [PATCH] bump up version to 3.0.15 --- 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 afa1f3af4..9798d987c 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 14 +#define MAPNIK_PATCH_VERSION 15 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)