2015-10-20 Moritz Bunkus <moritz@bunkus.org>
+ * Released v1.4.4.
+
* KaxInternalBlock::ReadData(): Fixed an invalid memory
access. When reading a block group or a simple block that uses
EBML lacing the frame sizes indicated in the lacing weren't
-AC_INIT([libmatroska], [1.4.3])
+AC_INIT([libmatroska], [1.4.4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
START_LIBMATROSKA_NAMESPACE
-#define LIBMATROSKA_VERSION 0x010402
+#define LIBMATROSKA_VERSION 0x010404
extern const std::string KaxCodeVersion;
extern const std::string KaxCodeDate;
START_LIBMATROSKA_NAMESPACE
-const std::string KaxCodeVersion = "1.4.3";
+const std::string KaxCodeVersion = "1.4.4";
const std::string KaxCodeDate = __TIMESTAMP__;
END_LIBMATROSKA_NAMESPACE