bump api fallback version
This commit is contained in:
parent
c1ed1da9e2
commit
19b51fd43b
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ if not preconfigured:
|
|||
# fetch the mapnik version header in order to set the
|
||||
# ABI version used to build libmapnik.so on linux in src/build.py
|
||||
abi = conf.GetMapnikLibVersion()
|
||||
abi_fallback = "2.0.1"
|
||||
abi_fallback = "2.0.2"
|
||||
if not abi:
|
||||
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
||||
abi = abi_fallback
|
||||
|
|
Loading…
Reference in a new issue