]> granicus.if.org Git - libmatroska/commitdiff
Bump version number, add release message
authorMoritz Bunkus <moritz@bunkus.org>
Fri, 10 Mar 2017 20:16:14 +0000 (21:16 +0100)
committerMoritz Bunkus <moritz@bunkus.org>
Fri, 10 Mar 2017 20:16:14 +0000 (21:16 +0100)
ChangeLog
configure.ac
matroska/KaxVersion.h
src/KaxVersion.cpp

index 33c8201bca0045c244b8892833a669a7d1f5f954..9e719bdf8bb183b96b05b0f919819311cd693bb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-03-10  Moritz Bunkus  <moritz@bunkus.org>
 
+        * Released v1.4.7 with the single change of setting the version
+        number in the "KaxCodeVersion" variable correctly.
+
         * Released v1.4.6.
 
         * KaxSemantic: add new elements dealing with 360°/VR content and
index 17e17bf287724496fa3c484dd22f7d14d1382bfe..838c14418801c00b51d1d7ad21257eb77ea8032c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libmatroska], [1.4.6])
+AC_INIT([libmatroska], [1.4.7])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
index e04770daa38edd0db2ef11fa130e90798604873f..56d862693bf444798c9a0086ce94cdab1ba2a9ef 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010406
+#define LIBMATROSKA_VERSION 0x010407
 
 extern const std::string KaxCodeVersion;
 extern const std::string KaxCodeDate;
index 26511b1840a8dd4cb13f61d4f3f23020a2139b08..5c999edb3260989d8c09f60cfde2ea08a6689040 100644 (file)
@@ -37,7 +37,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.4.5";
+const std::string KaxCodeVersion = "1.4.7";
 
 // Up to version 1.4.4 this library exported a build date string. As
 // this made the build non-reproducible, replace it by a placeholder to