From: Moritz Bunkus Date: Fri, 4 Jun 2010 08:46:29 +0000 (+0000) Subject: Increate library SONAME due to binary incompatible changes X-Git-Tag: release-1.0.0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b83a0a65d20345971461b08f77d87be5461a61;p=libmatroska Increate library SONAME due to binary incompatible changes git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@294 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/make/linux/Makefile b/make/linux/Makefile index ff90294..feddae9 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.0 +LIBRARY_SO_VER=libmatroska.so.2 # source-files sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))