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
This commit is contained in:
Moritz Bunkus 2010-06-04 08:46:29 +00:00
parent 2a654fca71
commit 70b83a0a65

View File

@ -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))