Increased library .so name to .3

git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@649 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
Moritz Bunkus 2011-01-29 11:48:16 +00:00
parent 697ce73358
commit dfe495cf23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2010-08-xx robux4
2011-01-xx robux4/mosu
New 1.1.0 version:
- give access to the SetParent to KaxSimpleBlock as well
- change the placement of a MATROSKA_DLL_API so that it actually works
@ -7,6 +7,7 @@ New 1.1.0 version:
- KaxCues::AddBlockGroup() was removed as it's broken beyond repair
- add KaxTrackOperation and related elements for combined stereo/3D tracks or joined virtual tracks
- fix a memory leak in KaxReferenceBlock when an internal KaxBlockBlob was created
- Increased library .so name due to binary incompatible changes in libebml
2010-06-04 robux4/mosu
New 1.0.0 version:

View File

@ -54,7 +54,7 @@ MUX_LIBS=-lmatroska -lebml $(LIBICONV)
# Names
LIBRARY=libmatroska.a
LIBRARY_SO=libmatroska.so
LIBRARY_SO_VER=libmatroska.so.2
LIBRARY_SO_VER=libmatroska.so.3
# source-files
sources:=$(wildcard ${SRC_DIR}*$(EXTENSION))