Skip to content

Commit

Permalink
Update to version 0.638b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Nov 19, 2014
1 parent 6ce44f1 commit 1cdd85e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions DShowPlugin/DShowPlugin.rc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ IDC_COLORPICKER CURSOR "cursor1.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
FILEVERSION 0,6,3,8
PRODUCTVERSION 0,6,3,8
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -75,12 +75,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software DirectShow Plugin"
VALUE "FileVersion", "0.6.3.7"
VALUE "FileVersion", "0.6.3.8"
VALUE "InternalName", "DShowPlugin.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "DShowPlugin.dll"
VALUE "ProductName", "Open Broadcaster Software DirectShow Plugin"
VALUE "ProductVersion", "0.6.3.7"
VALUE "ProductVersion", "0.6.3.8"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions GraphicsCapture/GraphicsCapture.rc
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
FILEVERSION 0,6,3,8
PRODUCTVERSION 0,6,3,8
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -127,12 +127,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software Game Capture Plugin"
VALUE "FileVersion", "0.6.3.0"
VALUE "FileVersion", "0.6.3.8"
VALUE "InternalName", "GraphicsCapture.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "GraphicsCapture.dll"
VALUE "ProductName", "Open Broadcaster Software Game Capture Plugin"
VALUE "ProductVersion", "0.6.3.0"
VALUE "ProductVersion", "0.6.3.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 @@ -897,8 +897,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
FILEVERSION 0,6,3,8
PRODUCTVERSION 0,6,3,8
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -914,12 +914,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.3.7"
VALUE "FileVersion", "0.6.3.8"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.3.7"
VALUE "ProductVersion", "0.6.3.8"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions OBSApi/OBSApi.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
FILEVERSION 0,6,3,8
PRODUCTVERSION 0,6,3,8
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software API Library"
VALUE "FileVersion", "0.6.3.7"
VALUE "FileVersion", "0.6.3.8"
VALUE "InternalName", "OBSApi.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "OBSApi.dll"
VALUE "ProductName", "Open Broadcaster Software API Library"
VALUE "ProductVersion", "0.6.3.7"
VALUE "ProductVersion", "0.6.3.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 0x006307 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.637b"
#define OBS_VERSION 0x006308 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.638b"
//#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 1cdd85e

Please sign in to comment.