From 6fe9a0b58d1667d958e51d1cb20c8a68395a33b0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 2 May 2011 18:42:58 +0000 Subject: [PATCH] update the abi fallback to 2.0.0 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index debebdf24..5a313066a 100644 --- a/SConstruct +++ b/SConstruct @@ -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