]> granicus.if.org Git - libmatroska/commitdiff
libmatroska: bump the version to 1.3.0 as the KaxChapterSegmentEditionUID is not...
authorSteve Lhomme <slhomme@matroska.org>
Sun, 11 Sep 2011 15:56:11 +0000 (15:56 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 11 Sep 2011 15:56:11 +0000 (15:56 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@809 a6f86f6d-0131-4f8e-9e7b-e335508773d5

ChangeLog
libmatroska.proj
matroska/KaxVersion.h
src/KaxVersion.cpp

index 291b5adcd2e4f7c23ceb328e98ac93a2f5b67e44..f01598ec8493f5cb77ae0f5ca02d30f315c2dcc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index c4baccae82b9f62ec87adcde714047b340be2e49..520872e098d1f16dba99afad9840d0e0469ba083 100644 (file)
@@ -2,7 +2,7 @@
 
 LIB matroska
 {
-  PROJECT_VERSION 1.2.0
+  PROJECT_VERSION 1.3.0
 
   INCLUDE .
   EXPINCLUDE .
index afe532c2363aae8c27e076102773292120b4bdb8..c84b84489a84f082b90bde65d2f59a2d5622e387 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010200
+#define LIBMATROSKA_VERSION 0x010300
 
 extern const std::string KaxCodeVersion;
 extern const std::string KaxCodeDate;
index 1e5eaa116bba5b652c86af38776cc539e7512ca0..edf8e779402d759b38fe618f9dcdbac9150436b6 100644 (file)
@@ -37,7 +37,7 @@
 
 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