From 2f1c0dd15b79adf16f5db4762f98e20d80bcdf8d Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 12 Jun 2011 09:21:05 +0000 Subject: [PATCH] update the version headers git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@756 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- matroska/KaxVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 5c2783f..bd63a3d 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,9 +40,9 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010100 +#define LIBMATROSKA_VERSION 0x010101 -static const std::string KaxCodeVersion = "1.1.0"; +static const std::string KaxCodeVersion = "1.1.1"; static const std::string KaxCodeDate = __TIMESTAMP__; /*! -- 2.50.1