mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix version in code comment
This commit is contained in:
parent
fef45cb22e
commit
c4dbcf93bc
@ -29,7 +29,7 @@
|
||||
#define MAPNIK_MINOR_VERSION 3
|
||||
#define MAPNIK_PATCH_VERSION 0
|
||||
|
||||
// translates to 300000
|
||||
// translates to 200300
|
||||
#define MAPNIK_VERSION (MAPNIK_MAJOR_VERSION*100000) + (MAPNIK_MINOR_VERSION*100) + (MAPNIK_PATCH_VERSION)
|
||||
|
||||
#ifndef MAPNIK_STRINGIFY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user