]> granicus.if.org Git - libmatroska/commitdiff
libmatroska: the new version will be 1.2.0 due to ABI changes
authorSteve Lhomme <slhomme@matroska.org>
Wed, 15 Jun 2011 11:13:11 +0000 (11:13 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Wed, 15 Jun 2011 11:13:11 +0000 (11:13 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@758 a6f86f6d-0131-4f8e-9e7b-e335508773d5

ChangeLog
libmatroska.proj
matroska/KaxVersion.h

index 00fa32ed08e5991369644ac1899fcae922250cd9..eb2d28ebbb41b0be04e996233da12d7503209726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-2011-06-12 robux4/mosu
-New 1.1.1 version:
+2011-06-17 robux4/mosu
+New 1.2.0 version:
     - skip data from KaxBlockVirtual as it should not be used
     - use semantic generated from the specs so there is no more possible mismatch
 
index 6c02723832f2601d96adffc4644d223c67b6b162..c4baccae82b9f62ec87adcde714047b340be2e49 100644 (file)
@@ -2,7 +2,7 @@
 
 LIB matroska
 {
-  PROJECT_VERSION 1.1.1
+  PROJECT_VERSION 1.2.0
 
   INCLUDE .
   EXPINCLUDE .
index bd63a3d12db510143c27a90b415dad62a8a7d2e2..11233d87bee49ba80490ffc2f7652991f20ad844 100644 (file)
@@ -40,9 +40,9 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010101
+#define LIBMATROSKA_VERSION 0x010200
 
-static const std::string KaxCodeVersion = "1.1.1";
+static const std::string KaxCodeVersion = "1.2.0";
 static const std::string KaxCodeDate    = __TIMESTAMP__;
 
 /*!