From 8784b58e02e8b1f7027e84ef6a348e21dc7d8b97 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 4 Jun 2010 08:44:54 +0000 Subject: [PATCH] Increate library SONAME due to binary incompatible changes git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@292 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- make/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/linux/Makefile b/make/linux/Makefile index 82ab439..13e6979 100644 --- a/make/linux/Makefile +++ b/make/linux/Makefile @@ -49,7 +49,7 @@ LIBS= # Names LIBRARY=libebml.a LIBRARY_SO=libebml.so -LIBRARY_SO_VER=libebml.so.0 +LIBRARY_SO_VER=libebml.so.2 # source-files sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))