Version bump to the next release during dev

This commit is contained in:
Palakis 2017-02-15 20:18:06 +01:00
parent 98dbcc4c69
commit 8d5752d6b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,6 +20,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#define OBSWEBSOCKET_H #define OBSWEBSOCKET_H
#define PROP_AUTHENTICATED "wsclient_authenticated" #define PROP_AUTHENTICATED "wsclient_authenticated"
#define OBS_WEBSOCKET_VERSION "0.3.2" #define OBS_WEBSOCKET_VERSION "0.4.0"
#endif // OBSWEBSOCKET_H #endif // OBSWEBSOCKET_H