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