cmake_minimum_required(VERSION 3.1.2)
-project(matroska VERSION 1.7.0)
+project(matroska VERSION 1.7.1)
option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
namespace libmatroska {
-#define LIBMATROSKA_VERSION 0x010700
+#define LIBMATROSKA_VERSION 0x010701
extern const MATROSKA_DLL_API std::string KaxCodeVersion;
extern const MATROSKA_DLL_API std::string KaxCodeDate;
namespace libmatroska {
-const std::string KaxCodeVersion = "1.7.0";
+const std::string KaxCodeVersion = "1.7.1";
// 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