diff --git a/Source/Main.h b/Source/Main.h index b47a4ef9..a21fa134 100644 --- a/Source/Main.h +++ b/Source/Main.h @@ -82,7 +82,7 @@ extern TCHAR lpAppDataPath[MAX_PATH]; #endif #define OBS_VERSION 0x006205 //version number is 0xMMmmtt (super-major.major.minor - hex) -#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.63b (test build 1)" +#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.63b (test build 2)" #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