bump api fallback version

This commit is contained in:
Dane Springmeyer 2012-04-11 08:19:27 -07:00
parent c1ed1da9e2
commit 19b51fd43b

View file

@ -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