]> granicus.if.org Git - libmatroska/commitdiff
bump version number to 1.6.4
authorSteve Lhomme <slhomme@matroska.org>
Sun, 21 Feb 2021 09:19:33 +0000 (10:19 +0100)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sun, 21 Feb 2021 14:50:29 +0000 (15:50 +0100)
CMakeLists.txt
matroska/KaxVersion.h
src/KaxVersion.cpp

index b7b6dc6f8bf5c5b5d5d0f47653cc757e96b62ff2..e2d4f7df2767a5c1cc1593c2414f0d3df1e6053d 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.1.2)
 
-project(matroska VERSION 1.6.3)
+project(matroska VERSION 1.6.4)
 
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
index c6aff9c15b7bff65cb89c45a661d32f719421920..9bff7031b3b45e34f1bae41f3c0dfe4649050513 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010603
+#define LIBMATROSKA_VERSION 0x010604
 
 extern const MATROSKA_DLL_API std::string KaxCodeVersion;
 extern const MATROSKA_DLL_API std::string KaxCodeDate;
index 0953df4e30ff4d56113369b2e924bdaeb554b41b..b0331761ea0b62d0ccf8fc9d87cd716a9fb9847d 100644 (file)
@@ -37,7 +37,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.6.3";
+const std::string KaxCodeVersion = "1.6.4";
 
 // 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