From: Steve Lhomme Date: Sat, 15 Jun 2013 16:36:05 +0000 (+0200) Subject: update the library version number after merge of some new elements X-Git-Tag: release-1.4.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82a7b7c6b8f823b654e3244a3c9fb0bea6ab44a3;p=libmatroska update the library version number after merge of some new elements --- diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 365516f..f6d8bd9 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010400 +#define LIBMATROSKA_VERSION 0x010401 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index e6be48f..86d7fab 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.4.0"; +const std::string KaxCodeVersion = "1.4.1"; const std::string KaxCodeDate = __TIMESTAMP__; END_LIBMATROSKA_NAMESPACE