]> granicus.if.org Git - libmatroska/commitdiff
bump version number to v1.7.0
authorMoritz Bunkus <mo@bunkus.online>
Sat, 24 Sep 2022 20:12:13 +0000 (22:12 +0200)
committerMoritz Bunkus <mo@bunkus.online>
Sat, 24 Sep 2022 20:12:13 +0000 (22:12 +0200)
Even though the number had already been bumped to 1.6.4 after the last
release, all the changes in this release might need adjustments in the
applications using them for writing files, even though the libraries
should still be API and ABI backwards compatible.

CMakeLists.txt
matroska/KaxBlock.h
matroska/KaxVersion.h
src/KaxVersion.cpp

index 13d2ddb3626fe75bbcc5e9fde8b3ebc019ed4b06..ebeed16ff2120a994ffedcd3c4a3feddec7b61f1 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.1.2)
 
-project(matroska VERSION 1.6.4)
+project(matroska VERSION 1.7.0)
 
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
index bc56d4aa754926dbb822a56ca5e19d6828245400..2c45da7a95a90d0ccfe0ca27adc3b64ba2689970 100644 (file)
@@ -266,7 +266,7 @@ class MATROSKA_DLL_API KaxInternalBlock : public EbmlBinary {
 
     /*!
      * \return Get the timestamp as written in the Block (not scaled).
-     * \since LIBMATROSKA_VERSION >= 0x010604
+     * \since LIBMATROSKA_VERSION >= 0x010700
      */
     int16 GetRelativeTimestamp() const { return LocalTimecode; }
 
index 575067db5929e5351c55cbb80c7693d3731dff52..8367838aedb70c49e6b4789c619219e449e4c965 100644 (file)
@@ -40,7 +40,7 @@
 
 namespace libmatroska {
 
-#define LIBMATROSKA_VERSION 0x010604
+#define LIBMATROSKA_VERSION 0x010700
 
 extern const MATROSKA_DLL_API std::string KaxCodeVersion;
 extern const MATROSKA_DLL_API std::string KaxCodeDate;
index c14844291888f8ea1f4d0daa286783641441c1e9..b47a6a87d7c3205058c219280e04ce99fb771ee5 100644 (file)
@@ -37,7 +37,7 @@
 
 namespace libmatroska {
 
-const std::string KaxCodeVersion = "1.6.4";
+const std::string KaxCodeVersion = "1.7.0";
 
 // 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