From 14e6cc5c809c6efe63dca375c925cc40aa432a90 Mon Sep 17 00:00:00 2001 From: mertushka Date: Sun, 5 Apr 2026 00:15:49 +0300 Subject: [PATCH] chore: bump libdatachannel to v0.24.2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e70d423..bbfe03a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) cmake_policy(SET CMP0042 NEW) -project(node_datachannel VERSION 0.32.1) +project(node_datachannel VERSION 0.32.2) # compile_commands.json # ----------------------------------- @@ -36,7 +36,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.24.0" + GIT_TAG "v0.24.2" ) option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)