git commit -a -m "setting up for mapnik v3.0.20 release [skip ci]"

This commit is contained in:
Artem Pavlenko 2018-04-12 10:56:10 +02:00
parent d1f041dad0
commit f02c7bcdbf

View file

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