From 497b516febb7cd3211b6f4894765b3f2a8c8788b Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 13 Dec 2017 11:57:15 +0100 Subject: [PATCH] bump up version --- 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 244c05deb..97fc912fc 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 17 +#define MAPNIK_PATCH_VERSION 18 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)