]> granicus.if.org Git - libmatroska/commitdiff
update the library version number after merge of some new elements
authorSteve Lhomme <slhomme@matroska.org>
Sat, 15 Jun 2013 16:36:05 +0000 (18:36 +0200)
committerSteve Lhomme <slhomme@matroska.org>
Sat, 15 Jun 2013 16:36:05 +0000 (18:36 +0200)
matroska/KaxVersion.h
src/KaxVersion.cpp

index 365516f6f01ea5b565436a8ca69bea28b31cf94f..f6d8bd924a401f20906486ef54bef0cc72d5c6fd 100644 (file)
@@ -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;
index e6be48f5c3b40a84bc78e5ab4836d6ffa4fdf4f8..86d7fab2dc30b638868514b79fe77703be458fae 100644 (file)
@@ -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