From: Mathieu Trudel-Lapierre <mathieu.tl@gmail.com>
Subject: Change the expected ABI numbers in python bindings. They were
 bumped upstream to 2 by mistake, fixed in svn.
Forwarded-Upstream: not-needed
Last-Update: 2010-08-22
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593825

Index: concordance-0.22/libconcord/bindings/python/libconcord.py
===================================================================
--- concordance-0.22.orig/libconcord/bindings/python/libconcord.py	2010-08-22 18:41:21.021573001 -0400
+++ concordance-0.22/libconcord/bindings/python/libconcord.py	2010-08-22 18:41:33.997573002 -0400
@@ -32,7 +32,7 @@
 # Define the libconcord ABI this libconcord.py corresponds to
 # Bump this when the .so file version gets bumped
 
-ABI_VERSION = 2
+ABI_VERSION = "1.1.0"
 
 # Load the DLL
 
