version : upate minor number

This commit is contained in:
artemp 2015-08-12 11:38:10 +02:00
parent 3e3ab2cd4b
commit 1f6c44a791

View file

@ -27,9 +27,9 @@
#define MAPNIK_MAJOR_VERSION 3
#define MAPNIK_MINOR_VERSION 0
#define MAPNIK_PATCH_VERSION 2
#define MAPNIK_PATCH_VERSION 3
// translates to 300001
// translates to 300003
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
#ifndef MAPNIK_STRINGIFY