Skip to content

Commit

Permalink
Update version to 0.658
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Jul 18, 2016
1 parent 4f43d2f commit 116b214
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions GraphicsCapture/GraphicsCaptureHook/GraphicsCaptureHook.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,5,7
PRODUCTVERSION 0,6,5,7
FILEVERSION 0,6,5,8
PRODUCTVERSION 0,6,5,8
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,12 +78,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software Game Capture Hook"
VALUE "FileVersion", "0.6.5.7"
VALUE "FileVersion", "0.6.5.8"
VALUE "InternalName", "GraphicsCaptureHook.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "GraphicsCaptureHook.dll"
VALUE "ProductName", "Open Broadcaster Software Game Capture Hook"
VALUE "ProductVersion", "0.6.5.7"
VALUE "ProductVersion", "0.6.5.8"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions OBS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,5,7
PRODUCTVERSION 0,6,5,7
FILEVERSION 0,6,5,8
PRODUCTVERSION 0,6,5,8
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -923,12 +923,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.5.7"
VALUE "FileVersion", "0.6.5.8"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2015"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.5.7"
VALUE "ProductVersion", "0.6.5.8"
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 0x006507 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.657b"
#define OBS_VERSION 0x006508 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.658b"
//#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 116b214

Please sign in to comment.