From: Moritz Bunkus Date: Mon, 27 May 2019 13:15:25 +0000 (+0200) Subject: bump version number to 1.5.2 X-Git-Tag: release-1.5.2^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47add766c169a3a0f26e64bf827d215cfad57bed;p=libmatroska bump version number to 1.5.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b6228d..c0f0558 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.5.1) +project(matroska VERSION 1.5.2) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) diff --git a/libmatroska.proj b/libmatroska.proj index 3ddcb70..c5f04fd 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -13,7 +13,7 @@ GROUP libmatroska_coremake_automake LIB matroska { - PROJECT_VERSION 1.5.1 + PROJECT_VERSION 1.5.2 USE libmatroska_coremake_automake INCLUDE . diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index b8eaeeb..d5f5849 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010501 +#define LIBMATROSKA_VERSION 0x010502 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index 1150f87..4aedf6e 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.5.1"; +const std::string KaxCodeVersion = "1.5.2"; // 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