Skip to content

Commit

Permalink
Allow for new test build auto-updating (0.636)
Browse files Browse the repository at this point in the history
Woops, disabled auto-updating, and we should now have access to
auto-updating with test builds.  Also this is 0.636.
  • Loading branch information
jp9000 committed Sep 28, 2014
1 parent 90998f5 commit c5e98b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#define OBS_VERSION_SUFFIX ""
#endif

#define OBS_VERSION 0x006305 //version number is 0xMMmmtt (super-major.major.minor - hex)
#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_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater
//#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
#define OBS_VERSION_STRING TEXT(OBS_VERSION_STRING_RAW) TEXT(OBS_VERSION_SUFFIX)
Expand Down

0 comments on commit c5e98b9

Please sign in to comment.