]> granicus.if.org Git - libmatroska/commitdiff
bump version number to 1.7.1
authorMoritz Bunkus <mo@bunkus.online>
Tue, 4 Oct 2022 20:53:46 +0000 (22:53 +0200)
committerMoritz Bunkus <mo@bunkus.online>
Tue, 4 Oct 2022 20:53:46 +0000 (22:53 +0200)
CMakeLists.txt
matroska/KaxVersion.h
src/KaxVersion.cpp

index ebeed16ff2120a994ffedcd3c4a3feddec7b61f1..8fed3ca5bce3ee599835a04c0041de7843566191 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.1.2)
 
-project(matroska VERSION 1.7.0)
+project(matroska VERSION 1.7.1)
 
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
index 8367838aedb70c49e6b4789c619219e449e4c965..efedb1f04327824001a510a66eb237fcaa615afc 100644 (file)
@@ -40,7 +40,7 @@
 
 namespace libmatroska {
 
-#define LIBMATROSKA_VERSION 0x010700
+#define LIBMATROSKA_VERSION 0x010701
 
 extern const MATROSKA_DLL_API std::string KaxCodeVersion;
 extern const MATROSKA_DLL_API std::string KaxCodeDate;
index b47a6a87d7c3205058c219280e04ce99fb771ee5..58ec63227562cb2baf9c76f836fecd326e500127 100644 (file)
@@ -37,7 +37,7 @@
 
 namespace libmatroska {
 
-const std::string KaxCodeVersion = "1.7.0";
+const std::string KaxCodeVersion = "1.7.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