From a56be95eb99937df596bb5c76d60a8ef39ff226e Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 14 Aug 2014 21:33:32 -0700 Subject: [PATCH] Update to test build 2 --- Source/Main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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