version : upate minor number
This commit is contained in:
parent
3e3ab2cd4b
commit
1f6c44a791
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue