git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@809
a6f86f6d-0131-4f8e-9e7b-
e335508773d5
+2011-09-11 robux4
+New 1.3.0 version:
+ - make KaxChapterSegmentEditionUID an unsigned integer to match the KaxChapterEditionUID it's supposed to target
+
2011-06-26 robux4/mosu
New 1.2.0 version:
- skip data from KaxBlockVirtual as it should not be used
LIB matroska
{
- PROJECT_VERSION 1.2.0
+ PROJECT_VERSION 1.3.0
INCLUDE .
EXPINCLUDE .
START_LIBMATROSKA_NAMESPACE
-#define LIBMATROSKA_VERSION 0x010200
+#define LIBMATROSKA_VERSION 0x010300
extern const std::string KaxCodeVersion;
extern const std::string KaxCodeDate;
START_LIBMATROSKA_NAMESPACE
-const std::string KaxCodeVersion = "1.2.0";
+const std::string KaxCodeVersion = "1.3.0";
const std::string KaxCodeDate = __TIMESTAMP__;
END_LIBMATROSKA_NAMESPACE