From c338cacd71d0484a49edbffcb7d72c5337802dd4 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 22 Jan 2019 10:56:47 +0000 Subject: [PATCH] setting up for mapnik v3.0.22 release [skip ci] --- 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 504656f14..e75c58104 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 21 +#define MAPNIK_PATCH_VERSION 22 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)