From 0f771249c6879c2792c0b6bf183f667504c7bf3e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 21 Mar 2010 23:19:00 +0000 Subject: [PATCH] bump abi compatibility version for osx --- src/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SConscript b/src/SConscript index ff6282b93..6198ef713 100644 --- a/src/SConscript +++ b/src/SConscript @@ -64,7 +64,7 @@ if env['PLATFORM'] == 'Darwin': else: lib_path = 'libmapnik.dylib' linkflags = '-Wl,-install_name,%s' % lib_path - linkflags += ' -current_version 0.7.1 -compatibility_version 0.7.0' + linkflags += ' -current_version 0.7.1 -compatibility_version 0.7.1' elif env['PLATFORM'] == 'SunOS' and env['CXX'].startswith('CC'): linkflags = '-R. -h libmapnik.so' else: # Linux and others