Skip to content

Commit

Permalink
Update to version 0.659b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Aug 30, 2016
1 parent 7aebf07 commit 88eee7a
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,8
PRODUCTVERSION 0,6,5,8
FILEVERSION 0,6,5,9
PRODUCTVERSION 0,6,5,9
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.8"
VALUE "FileVersion", "0.6.5.9"
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.8"
VALUE "ProductVersion", "0.6.5.9"
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,8
PRODUCTVERSION 0,6,5,8
FILEVERSION 0,6,5,9
PRODUCTVERSION 0,6,5,9
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.8"
VALUE "FileVersion", "0.6.5.9"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2015"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.5.8"
VALUE "ProductVersion", "0.6.5.9"
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 0x006508 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.658b"
#define OBS_VERSION 0x006509 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.659b"
//#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 88eee7a

Please sign in to comment.