general: version bump to 4.3.3

This commit is contained in:
Stéphane L 2018-03-19 01:11:35 +01:00
parent 3a0d5fb190
commit 6eb49930bf
3 changed files with 3 additions and 3 deletions

View File

@ -635,7 +635,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.3.2</string>
<string>4.3.3</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "obs-websocket"
#define MyAppVersion "4.3.2"
#define MyAppVersion "4.3.3"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"

View File

@ -39,7 +39,7 @@ using OBSOutputAutoRelease =
OBSRef<obs_output_t*, ___output_dummy_addref, obs_output_release>;
#define PROP_AUTHENTICATED "wsclient_authenticated"
#define OBS_WEBSOCKET_VERSION "4.3.2"
#define OBS_WEBSOCKET_VERSION "4.3.3"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)