From: Steve Lhomme Date: Sun, 21 Feb 2021 09:19:33 +0000 (+0100) Subject: bump version number to 1.6.4 X-Git-Tag: release-1.7.0~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b349a5a858d6533e26bf1548e350dfaedc3f04b1;p=libmatroska bump version number to 1.6.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b7b6dc6..e2d4f7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.6.3) +project(matroska VERSION 1.6.4) 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 c6aff9c..9bff703 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010603 +#define LIBMATROSKA_VERSION 0x010604 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 0953df4..b033176 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.6.3"; +const std::string KaxCodeVersion = "1.6.4"; // 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