From: Moritz Bunkus Date: Fri, 23 Sep 2011 13:44:05 +0000 (+0000) Subject: Bump library so version number due to binary incompatible changes X-Git-Tag: release-1.3.0^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94391f1f4e437c8fbfe6b9c56e1f6e2834703ce6;p=libmatroska Bump library so version number due to binary incompatible changes git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@815 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/make/linux/Makefile b/make/linux/Makefile index 71e42ac..c678e28 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.4 +LIBRARY_SO_VER=libmatroska.so.5 # source-files sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))