From: Moritz Bunkus Date: Sat, 25 May 2019 10:16:30 +0000 (+0200) Subject: bump version number to 1.5.1 X-Git-Tag: release-1.5.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e83aa1188ecfc699c4a6accf612e435e39b1fe2c;p=libmatroska bump version number to 1.5.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3598d7a..7f4a8e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.5.0) +project(matroska VERSION 1.5.1) 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 d2d5dff..3ddcb70 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -13,7 +13,7 @@ GROUP libmatroska_coremake_automake LIB matroska { - PROJECT_VERSION 1.5.0 + PROJECT_VERSION 1.5.1 USE libmatroska_coremake_automake INCLUDE . diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 241883a..b8eaeeb 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010500 +#define LIBMATROSKA_VERSION 0x010501 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index 3d0e492..1150f87 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.5.0"; +const std::string KaxCodeVersion = "1.5.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