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)