From d030fdd66732fef19852c6d447ba4769523f4d08 Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 7 Mar 2016 19:16:48 +0100 Subject: [PATCH] bump version to 3.0.11 --- 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 a105bec5b..3298d75b8 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -25,7 +25,7 @@ #define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 10 +#define MAPNIK_PATCH_VERSION 11 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)