From a72667e36153c418cab3ca1b3dcfd85afb25942f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 18 Feb 2021 12:52:39 +0100 Subject: [PATCH] bump version number to 1.6.3, add release message --- CMakeLists.txt | 2 +- ChangeLog | 2 ++ libmatroska.proj | 2 +- matroska/KaxVersion.h | 2 +- src/KaxVersion.cpp | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.40.0