Update to 0.636b

master
jp9000 2014-10-03 01:51:20 -07:00
parent 07537497aa
commit 73e46ecffb
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#endif
#define OBS_VERSION 0x006306 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.636b (test build 1)"
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.636b"
//#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater
#define OBS_VERSION_STRING_ANSI OBS_VERSION_STRING_RAW OBS_VERSION_SUFFIX

View File

@ -2,7 +2,7 @@
; Define your application name
!define APPNAME "Open Broadcaster Software"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.635b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.636b"
; Additional script dependencies
!include WinVer.nsh