From f02c7bcdbf3d4cae4c3c9e1a29d30edacc3b6975 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 12 Apr 2018 10:56:10 +0200 Subject: [PATCH] git commit -a -m "setting up for mapnik v3.0.20 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 56fc01d74..0dee2408f 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 19 +#define MAPNIK_PATCH_VERSION 20 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)