From 7ca8d5fc2b7738d5cf04a4bddbbae0468b8a150d Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Sun, 26 Mar 2023 19:30:00 -0400 Subject: [PATCH] base: Update version to 5.2.0 - Fixed a crash caused if `authentication` payload field was not a string - Allow empty vendor request data - Minor documentation fixes - Replace submodules with obs-deps or system versions where possible - asio - websocketpp - nlohmann/json - Refactor CMake to allow uplift to new obs-studio CMake --- CMakeLists.txt | 2 +- cmake/legacy.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 137ad4aa..f2fcd309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25) legacy_check() -set(obs-websocket_VERSION 5.1.0) +set(obs-websocket_VERSION 5.2.0) set(OBS_WEBSOCKET_RPC_VERSION 1) option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON) diff --git a/cmake/legacy.cmake b/cmake/legacy.cmake index 77978e88..a9ea1da0 100644 --- a/cmake/legacy.cmake +++ b/cmake/legacy.cmake @@ -1,4 +1,4 @@ -project(obs-websocket VERSION 5.1.0) +project(obs-websocket VERSION 5.2.0) set(OBS_WEBSOCKET_RPC_VERSION 1) option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)