From d3401db5fe24433c9dfd3c618dd9df5a8d5d799f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Tue, 21 May 2019 00:02:48 +0200 Subject: [PATCH] general: version bump to 4.6.1 --- CI/macos/obs-websocket.pkgproj | 2 +- installer/installer.iss | 2 +- src/obs-websocket.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/macos/obs-websocket.pkgproj b/CI/macos/obs-websocket.pkgproj index 33ba17885..84d44ae1c 100644 --- a/CI/macos/obs-websocket.pkgproj +++ b/CI/macos/obs-websocket.pkgproj @@ -518,7 +518,7 @@ OVERWRITE_PERMISSIONS VERSION - 4.6.0 + 4.6.1 PROJECT_COMMENTS diff --git a/installer/installer.iss b/installer/installer.iss index f18724398..5092134bc 100644 --- a/installer/installer.iss +++ b/installer/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "obs-websocket" -#define MyAppVersion "4.6.0" +#define MyAppVersion "4.6.1" #define MyAppPublisher "Stephane Lepin" #define MyAppURL "http://github.com/Palakis/obs-websocket" diff --git a/src/obs-websocket.h b/src/obs-websocket.h index 051604a95..bd86f0adc 100644 --- a/src/obs-websocket.h +++ b/src/obs-websocket.h @@ -51,6 +51,6 @@ ConfigPtr GetConfig(); WSServerPtr GetServer(); WSEventsPtr GetEventsSystem(); -#define OBS_WEBSOCKET_VERSION "4.6.0" +#define OBS_WEBSOCKET_VERSION "4.6.1" #define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)