]> granicus.if.org Git - libmatroska/commitdiff
bump libEBML version requirement to v1.4.3
authorMoritz Bunkus <mo@bunkus.online>
Sat, 24 Sep 2022 19:56:36 +0000 (21:56 +0200)
committerMoritz Bunkus <mo@bunkus.online>
Sat, 24 Sep 2022 19:56:36 +0000 (21:56 +0200)
CMakeLists.txt
NEWS.md

index 7a9831f27f960f5e4c3631f553d637d9e3672d41..13d2ddb3626fe75bbcc5e9fde8b3ebc019ed4b06 100644 (file)
@@ -5,7 +5,7 @@ project(matroska VERSION 1.6.4)
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
 
-find_package(EBML 1.4.2 REQUIRED)
+find_package(EBML 1.4.3 REQUIRED)
 
 include(GNUInstallDirs)
 
diff --git a/NEWS.md b/NEWS.md
index 4d36e7b9cb613cd5596aa148598cf764925856bd..1f2d06d4df784b85cdf1499944224f4733e3e229 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,6 @@
 # Version ? 2021-??-??
 
+* libEBML v1.4.3 is now required.
 * Remove Coremake project files
 * Add `GetRelativeTimestamp()` to access unscaled block timestamps.