From: Moritz Bunkus Date: Wed, 15 Jun 2011 12:00:37 +0000 (+0000) Subject: Bumped the library SONAME due to binary incompatibility X-Git-Tag: release-1.2.0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c4a6cccb4aaecfef9538b56598a6b887feb55d1;p=libmatroska Bumped the library SONAME due to binary incompatibility git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@760 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/make/linux/Makefile b/make/linux/Makefile index 7685094..71e42ac 100644 --- a/make/linux/Makefile +++ b/make/linux/Makefile @@ -54,7 +54,7 @@ MUX_LIBS=-lmatroska -lebml $(LIBICONV) # Names LIBRARY=libmatroska.a LIBRARY_SO=libmatroska.so -LIBRARY_SO_VER=libmatroska.so.3 +LIBRARY_SO_VER=libmatroska.so.4 # source-files sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))