From 0548c7798a323fe5296c150e13b898a5ee62fc1e Mon Sep 17 00:00:00 2001 From: tt2468 Date: Thu, 18 Jul 2024 12:45:53 -0700 Subject: [PATCH] base: Update version to 5.5.2 Bug Fixes: - Fix an issue where the virtualcam requests would report that the virtualcam is not available. - Fix an issue with the config migration where the migrated settings were not being persisted to disk. --- CMakeLists.txt | 2 +- cmake/legacy.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df54270c..e4ded991 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.5.1) +set(obs-websocket_VERSION 5.5.2) set(OBS_WEBSOCKET_RPC_VERSION 1) include(cmake/obs-websocket-api.cmake) diff --git a/cmake/legacy.cmake b/cmake/legacy.cmake index b6c6d20b..ef87160f 100644 --- a/cmake/legacy.cmake +++ b/cmake/legacy.cmake @@ -1,4 +1,4 @@ -project(obs-websocket VERSION 5.5.1) +project(obs-websocket VERSION 5.5.2) set(OBS_WEBSOCKET_RPC_VERSION 1) option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)