Skip to content

Commit

Permalink
update version to 0.584
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Nov 15, 2013
1 parent 2967a59 commit a0cb1dd
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 @@ -79,8 +79,8 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#define OBS_VERSION_SUFFIX ""
#endif

#define OBS_VERSION 0x005803 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.583b"
#define OBS_VERSION 0x005804 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.584b"
//#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
Expand Down

0 comments on commit a0cb1dd

Please sign in to comment.