Skip to content

Commit

Permalink
Actually changed version to 0.55b this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Aug 16, 2013
1 parent 082f2bd commit 78f00b5
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 0x005500 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.55 network/gc test"
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.55b"
#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 78f00b5

Please sign in to comment.