From 591da55914c478e6ed117a41942af956a4a522af Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 13 Nov 2024 14:04:29 +0000 Subject: [PATCH] update version to v4.0.4 [WIP] --- 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 f38f043a5..659f303eb 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 3 +#define MAPNIK_PATCH_VERSION 4 #define MAPNIK_VERSION MAPNIK_VERSION_ENCODE(MAPNIK_MAJOR_VERSION, MAPNIK_MINOR_VERSION, MAPNIK_PATCH_VERSION)