Skip to content

Commit

Permalink
Update version to 0.653
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Jul 21, 2015
1 parent 0f39252 commit 9ab069c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions OBS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,5,2
PRODUCTVERSION 0,6,5,2
FILEVERSION 0,6,5,3
PRODUCTVERSION 0,6,5,3
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -922,12 +922,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.5.2"
VALUE "FileVersion", "0.6.5.3"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2015"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.5.2"
VALUE "ProductVersion", "0.6.5.3"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ extern TCHAR lpAppDataPath[MAX_PATH];
#define OBS_VERSION_SUFFIX ""
#endif

#define OBS_VERSION 0x006502 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.652b"
#define OBS_VERSION 0x006503 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.653b"
//#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 9ab069c

Please sign in to comment.