From 6893a56d3f31878df652096a0deae94ed31cac4f Mon Sep 17 00:00:00 2001 From: Laky64 Date: Wed, 22 Nov 2023 23:37:05 +0100 Subject: [PATCH] WebRTC version downgrade --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f28cb2c7..9ecb8457 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif () include(ExternalProject) # https://chromiumdash.appspot.com/branches -set(WEBRTC_REVISION m119.6045.2.1) +set(WEBRTC_REVISION m118.5993.2.1) set(BOOST_REVISION 1.83.0) set(BOOST_LIBS filesystem) @@ -15,7 +15,7 @@ if(DEFINED PY_VERSION_INFO) set(IS_PYTHON TRUE) endif() -project(ntgcalls VERSION 1.0.0.20 LANGUAGES C CXX) +project(ntgcalls VERSION 1.0.0.21 LANGUAGES C CXX) add_compile_definitions(NTG_VERSION="${CMAKE_PROJECT_VERSION}") find_package(Threads REQUIRED)