Skip to content

Commit

Permalink
...removed "bla version" from the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Aug 17, 2013
1 parent ce17fc9 commit 96356a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern TCHAR lpAppPath[MAX_PATH];
extern TCHAR lpAppDataPath[MAX_PATH];

#define OBS_VERSION 0x005502 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.552b bla version"
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.552b"
#define OBS_VERSION_STRING TEXT(OBS_VERSION_STRING_ANSI)
//#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater

Expand Down

0 comments on commit 96356a6

Please sign in to comment.