]> granicus.if.org Git - libmatroska/commitdiff
bump version number to 1.5.1 release-1.5.1
authorMoritz Bunkus <moritz@bunkus.org>
Sat, 25 May 2019 10:16:30 +0000 (12:16 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Sat, 25 May 2019 10:16:54 +0000 (12:16 +0200)
CMakeLists.txt
libmatroska.proj
matroska/KaxVersion.h
src/KaxVersion.cpp

index 3598d7abdbefe690a7239beff0841ed68cfed618..7f4a8e5f14559a9ef8bd1049fd2ce54a0d78273a 100644 (file)
@@ -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)
index d2d5dfffac23f5b98e6001fc152859445f7a12bc..3ddcb705b0f5311ad82ebdf8ae5db126e2423a8d 100644 (file)
@@ -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 .
index 241883a13899ada482d83dfdd28be2f1ba984983..b8eaeeb7db7575b599d6385efb457bc8e9902265 100644 (file)
@@ -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;
index 3d0e492ae716d53f3cd6d7c0d7cca93359730cc3..1150f8762f9635096ad0e45797d545ef469ff357 100644 (file)
@@ -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