From: Moritz Bunkus Date: Tue, 4 Oct 2022 20:53:46 +0000 (+0200) Subject: bump version number to 1.7.1 X-Git-Tag: release-1.7.1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d77df22eed20cb97d0ecd81f25cd7d42eb9dcb4f;p=libmatroska bump version number to 1.7.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ebeed16..8fed3ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ 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) diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 8367838..efedb1f 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ 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; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index b47a6a8..58ec632 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ 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