]> granicus.if.org Git - libmatroska/commitdiff
Bump version number, add release message release-1.4.4
authorMoritz Bunkus <moritz@bunkus.org>
Tue, 20 Oct 2015 13:07:17 +0000 (15:07 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Tue, 20 Oct 2015 13:07:17 +0000 (15:07 +0200)
ChangeLog
configure.ac
matroska/KaxVersion.h
src/KaxVersion.cpp

index f61dac0226c62538057844e6304fb6c9631b9026..ef5704aa5bd0dc273c2630577d914c71cee4c34f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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
index a52d116244e3c301109c157467a42e11d5bf8a72..61b4fb86d372abaa7c41d561395cab35c2fa58d2 100644 (file)
@@ -1,4 +1,4 @@
-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])
index 4c713f6d088e7e2d4a0968a78e8297cf97a332de..e98f687764ae71cd11553fd2c5277ad481093023 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010402
+#define LIBMATROSKA_VERSION 0x010404
 
 extern const std::string KaxCodeVersion;
 extern const std::string KaxCodeDate;
index 368b429e82ddba28d9e740f2aed7e58e0cf49c51..edc99dc90d8ad693964ce3d486d92947034192cb 100644 (file)
@@ -37,7 +37,7 @@
 
 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