update the abi fallback to 2.0.0

This commit is contained in:
Dane Springmeyer 2011-05-02 18:42:58 +00:00
parent 78fe0364b9
commit 6fe9a0b58d

View file

@ -1218,7 +1218,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/SConscript
abi = conf.GetMapnikLibVersion()
abi_fallback = [0,8,0]
abi_fallback = [2,0,0]
if not abi:
color_print(1,'Problem encountered parsing mapnik version, falling back to %s' % abi_fallback)
env['ABI_VERSION'] = abi_fallback