From 19b51fd43b48946d3fd95453b9e2dce4a84278c6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 11 Apr 2012 08:19:27 -0700 Subject: [PATCH] bump api fallback version --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f118e4511..3075160f7 100644 --- a/SConstruct +++ b/SConstruct @@ -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