general: version bump to 4.7

This commit is contained in:
Stéphane L 2019-06-11 19:32:32 +02:00
parent 2d706a245a
commit e5be6b96fb
3 changed files with 3 additions and 3 deletions

View File

@ -518,7 +518,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>4.6.1</string>
<string>4.7.0</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.6.1"
#define MyAppVersion "4.7.0"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-websocket"

View File

@ -51,6 +51,6 @@ ConfigPtr GetConfig();
WSServerPtr GetServer();
WSEventsPtr GetEventsSystem();
#define OBS_WEBSOCKET_VERSION "4.6.1"
#define OBS_WEBSOCKET_VERSION "4.7.0"
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)