Skip to content

Commit ec2cdc8

Browse files
committed
base: Update version to 5.3.0
- Various minor build process cleanups - Various code cleanups - requesthandler: Added NotReady request status - base: Pause requests and events during start, SC change, and shutdown - eventhandler: Use OBS_FRONTEND_EVENT_SCRIPTING_SHUTDOWN for exit - requesthandler: Added SetRecordDirectory - websocketserver: Retry listen on IPv4 if IPv6 is not available
1 parent 3cd8163 commit ec2cdc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
22

33
legacy_check()
44

5-
set(obs-websocket_VERSION 5.2.2)
5+
set(obs-websocket_VERSION 5.3.0)
66
set(OBS_WEBSOCKET_RPC_VERSION 1)
77

88
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)

cmake/legacy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(obs-websocket VERSION 5.2.2)
1+
project(obs-websocket VERSION 5.3.0)
22
set(OBS_WEBSOCKET_RPC_VERSION 1)
33

44
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)

0 commit comments

Comments
 (0)