From 940f0dc39d39419190c75b603b2bbc5ae2a67ec2 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 21 Nov 2018 11:03:00 +0000 Subject: [PATCH] bump version to 4.0.0 --- include/mapnik/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 63a297b7e..8f52e2bfe 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -25,8 +25,8 @@ #include -#define MAPNIK_MAJOR_VERSION 3 -#define MAPNIK_MINOR_VERSION 1 +#define MAPNIK_MAJOR_VERSION 4 +#define MAPNIK_MINOR_VERSION 0 #define MAPNIK_PATCH_VERSION 0 #define MAPNIK_VERSION MAPNIK_MAKE_VERSION(MAPNIK_MAJOR_VERSION, \