From 498142f70089cd77131d33891810d0483f5e5f5e Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 27 Nov 2017 09:55:20 +0100 Subject: [PATCH] bump up version to 3.0.17 --- 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 d891d46e2..244c05deb 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 16 +#define MAPNIK_PATCH_VERSION 17 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)