cmake_minimum_required(VERSION 3.1.2)
-project(matroska VERSION 1.6.2)
+project(matroska VERSION 1.6.3)
option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
2021-02-18 Moritz Bunkus <mo@bunkus.online>
+ * Release v1.6.3.
+
* libEBML v1.4.2 is now required.
* Added classes for new track header elements:
LIB matroska
{
- PROJECT_VERSION 1.6.2
+ PROJECT_VERSION 1.6.3
USE libmatroska_coremake_automake
INCLUDE .
START_LIBMATROSKA_NAMESPACE
-#define LIBMATROSKA_VERSION 0x010602
+#define LIBMATROSKA_VERSION 0x010603
extern const MATROSKA_DLL_API std::string KaxCodeVersion;
extern const MATROSKA_DLL_API std::string KaxCodeDate;
START_LIBMATROSKA_NAMESPACE
-const std::string KaxCodeVersion = "1.6.2";
+const std::string KaxCodeVersion = "1.6.3";
// 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