Skip to content

Commit

Permalink
general: version bump to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane L committed May 20, 2019
1 parent aed0234 commit d3401db
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 @@ -518,7 +518,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.6.0</string>
<string>4.6.1</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.6.0"
#define MyAppVersion "4.6.1"
#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 @@ -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__)

0 comments on commit d3401db

Please sign in to comment.