From c4fb7270769e98728d88d3c15fb2ff5d594bbcd9 Mon Sep 17 00:00:00 2001 From: artemp Date: Fri, 2 Jun 2017 20:25:13 +0200 Subject: [PATCH] bump version to 3.0.14 --- 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 5f19a4366..afa1f3af4 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 13 +#define MAPNIK_PATCH_VERSION 14 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)