From 70b83a0a65d20345971461b08f77d87be5461a61 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 4 Jun 2010 08:46:29 +0000 Subject: [PATCH] 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 --- make/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.50.1