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
This commit is contained in:
Moritz Bunkus 2010-06-04 08:44:54 +00:00
parent 1fb7b2d678
commit 8784b58e02

View File

@ -49,7 +49,7 @@ LIBS=
# Names # Names
LIBRARY=libebml.a LIBRARY=libebml.a
LIBRARY_SO=libebml.so LIBRARY_SO=libebml.so
LIBRARY_SO_VER=libebml.so.0 LIBRARY_SO_VER=libebml.so.2
# source-files # source-files
sources:=$(wildcard ${SRC_DIR}*$(EXTENSION)) sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))