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
|
# fetch the mapnik version header in order to set the
|
||||||
# ABI version used to build libmapnik.so on linux in src/build.py
|
# ABI version used to build libmapnik.so on linux in src/build.py
|
||||||
abi = conf.GetMapnikLibVersion()
|
abi = conf.GetMapnikLibVersion()
|
||||||
abi_fallback = "2.0.1"
|
abi_fallback = "2.0.2"
|
||||||
if not abi:
|
if not abi:
|
||||||
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
|
||||||
abi = abi_fallback
|
abi = abi_fallback
|
||||||
|
|
Loading…
Add table
Reference in a new issue