Index: /libmpc/trunk/libmpcdec/ChangeLog
===================================================================
--- /libmpc/trunk/libmpcdec/ChangeLog	(revision 432)
+++ /libmpc/trunk/libmpcdec/ChangeLog	(revision 433)
@@ -1,2 +1,6 @@
+1.3.0
+    * first sv8 release
+    * major changes in the API (decoder and demuxer are spitted)
+
 1.2.3
     * Reduced memory usage and code size. Patch by Peter Pawlowski
Index: /libmpc/trunk/libmpcdec/Makefile.am
===================================================================
--- /libmpc/trunk/libmpcdec/Makefile.am	(revision 432)
+++ /libmpc/trunk/libmpcdec/Makefile.am	(revision 433)
@@ -10,5 +10,5 @@
 	$(common_sources)
 
-libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:0
+libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
 
 noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
Index: /libmpc/trunk/libmpcdec/README
===================================================================
--- /libmpc/trunk/libmpcdec/README	(revision 432)
+++ /libmpc/trunk/libmpcdec/README	(revision 433)
@@ -3,4 +3,4 @@
 run "./configure [--prefix=/usr]; make"
 
-To create a sample app using the musepack decoder library in src/
-Check src/sample.cpp for more details.
+To create a sample app using the musepack decoder library
+Check ../mpcdec/mpcdec.c and ../include/mpc/mpcdec.h for more details.
