Update version to v3.0.24 (rc1)

This commit is contained in:
Artem Pavlenko 2021-01-05 12:24:44 +00:00
parent 80bc8ef819
commit 268fb53511

View file

@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 23
#define MAPNIK_PATCH_VERSION 24
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)