General: version bump

This commit is contained in:
Palakis 2017-07-10 14:23:13 +02:00
parent e3ad148c15
commit add39cfc5f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -20,8 +20,8 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#define OBSWEBSOCKET_H
#define PROP_AUTHENTICATED "wsclient_authenticated"
#define OBS_WEBSOCKET_VERSION "4.1.0"
#define API_VERSION 1.3
#define OBS_WEBSOCKET_VERSION "4.2.0"
#define API_VERSION 1.4
#define blog(level, msg, ...) blog(level, "[obs-websocket] " msg, ##__VA_ARGS__)