From 7ae20d8c3b8c2cf6a7c87d91253242123df26baa Mon Sep 17 00:00:00 2001 From: Palakis Date: Thu, 23 Feb 2017 21:36:00 +0100 Subject: [PATCH] Semver : version number row left shift to 4.0.0 --- installer/installer.iss | 2 +- obs-websocket.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installer.iss b/installer/installer.iss index ec4c39cb..70fe6d87 100644 --- a/installer/installer.iss +++ b/installer/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "obs-websocket" -#define MyAppVersion "0.4.0" +#define MyAppVersion "4.0.0" #define MyAppPublisher "Stéphane Lepin" #define MyAppURL "http://github.com/Palakis/obs-websocket" diff --git a/obs-websocket.h b/obs-websocket.h index 492ec53b..2001ec5c 100644 --- a/obs-websocket.h +++ b/obs-websocket.h @@ -20,6 +20,6 @@ with this program. If not, see #define OBSWEBSOCKET_H #define PROP_AUTHENTICATED "wsclient_authenticated" -#define OBS_WEBSOCKET_VERSION "0.4.0" +#define OBS_WEBSOCKET_VERSION "4.0.0" #endif // OBSWEBSOCKET_H \ No newline at end of file