From 7a1663f0a2096e15ebbcfe1a1a3161c4bde3ecba Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 15 Aug 2024 11:07:05 +0100 Subject: [PATCH] Update version to 4.0.2 --- 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 048274745..696f7c410 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -27,7 +27,7 @@ #define MAPNIK_MAJOR_VERSION 4 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 1 +#define MAPNIK_PATCH_VERSION 2 #define MAPNIK_VERSION MAPNIK_VERSION_ENCODE(MAPNIK_MAJOR_VERSION, MAPNIK_MINOR_VERSION, MAPNIK_PATCH_VERSION)