From: Moritz Bunkus Date: Thu, 18 Feb 2021 11:52:39 +0000 (+0100) Subject: bump version number to 1.6.3, add release message X-Git-Tag: release-1.6.3^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72667e36153c418cab3ca1b3dcfd85afb25942f;p=libmatroska bump version number to 1.6.3, add release message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d20c974..b7b6dc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ 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) diff --git a/ChangeLog b/ChangeLog index 3582f3a..c7a2798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-02-18 Moritz Bunkus + * Release v1.6.3. + * libEBML v1.4.2 is now required. * Added classes for new track header elements: diff --git a/libmatroska.proj b/libmatroska.proj index 8506a6f..44e60ef 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -13,7 +13,7 @@ GROUP libmatroska_coremake_automake LIB matroska { - PROJECT_VERSION 1.6.2 + PROJECT_VERSION 1.6.3 USE libmatroska_coremake_automake INCLUDE . diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 13a3968..c6aff9c 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ 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; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index 772f936..0953df4 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ 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