Skip to content

Commit

Permalink
general: version bump to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane L committed Mar 14, 2018
1 parent e1ca9a8 commit 548b534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/macos/obs-websocket.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.3.1</string>
<string>4.3.2</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "obs-websocket"
#define MyAppVersion "4.3.1"
#define MyAppVersion "4.3.2"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"

Expand Down
2 changes: 1 addition & 1 deletion src/obs-websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
#define OBS_WEBSOCKET_VERSION "4.3.2"

#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)

Expand Down

0 comments on commit 548b534

Please sign in to comment.