diff --git a/include/mapnik/version.hpp b/include/mapnik/version.hpp index 6fcd0568a..3fa21b8f9 100644 --- a/include/mapnik/version.hpp +++ b/include/mapnik/version.hpp @@ -25,7 +25,7 @@ #define MAPNIK_MAJOR_VERSION 3 #define MAPNIK_MINOR_VERSION 0 -#define MAPNIK_PATCH_VERSION 7 +#define MAPNIK_PATCH_VERSION 8 #define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)