From cd082c5872e4c91152c4457a21d579e8749909b2 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 29 Oct 2024 09:56:03 +0000 Subject: [PATCH] Update version to 4.0.3 --- 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 696f7c410..f38f043a5 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 2 +#define MAPNIK_PATCH_VERSION 3 #define MAPNIK_VERSION MAPNIK_VERSION_ENCODE(MAPNIK_MAJOR_VERSION, MAPNIK_MINOR_VERSION, MAPNIK_PATCH_VERSION)