From 4edebabe92e6d647a9e89c6c1754c44351693e39 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Wed, 15 Jun 2011 11:13:11 +0000 Subject: [PATCH] libmatroska: the new version will be 1.2.0 due to ABI changes git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@758 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- ChangeLog | 4 ++-- libmatroska.proj | 2 +- matroska/KaxVersion.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00fa32e..eb2d28e 100644 --- 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 diff --git a/libmatroska.proj b/libmatroska.proj index 6c02723..c4bacca 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -2,7 +2,7 @@ LIB matroska { - PROJECT_VERSION 1.1.1 + PROJECT_VERSION 1.2.0 INCLUDE . EXPINCLUDE . diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index bd63a3d..11233d8 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -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__; /*! -- 2.40.0