Bump up version to v4.1.4

This commit is contained in:
Artem Pavlenko 2025-10-30 10:40:43 +00:00
parent d2c867f7e3
commit f7248b5f6d
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 4
#define MAPNIK_MINOR_VERSION 1
#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)

View File

@ -54,9 +54,9 @@ MAPNIK_DISABLE_WARNING_POP
#include <sstream>
#include <algorithm>
//#if __cpp_lib_execution >= 201603
//#include <execution>
//#endif
// #if __cpp_lib_execution >= 201603
// #include <execution>
// #endif
namespace mapnik {