Skip to content

Commit

Permalink
Update binary version numbers to 0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Sep 7, 2014
1 parent 3028c71 commit 26b2200
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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,2,2
PRODUCTVERSION 0,6,2,2
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
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.2.2"
VALUE "FileVersion", "0.6.3.0"
VALUE "InternalName", "DShowPlugin.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "DShowPlugin.dll"
VALUE "ProductName", "Open Broadcaster Software DirectShow Plugin"
VALUE "ProductVersion", "0.6.2.2"
VALUE "ProductVersion", "0.6.3.0"
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 @@ -108,8 +108,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,2,2
PRODUCTVERSION 0,6,2,2
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -125,12 +125,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software Game Capture Plugin"
VALUE "FileVersion", "0.6.2.2"
VALUE "FileVersion", "0.6.3.0"
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.2.2"
VALUE "ProductVersion", "0.6.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
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,2,2
PRODUCTVERSION 0,6,2,2
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
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.2.2"
VALUE "FileVersion", "0.6.3.0"
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.2.2"
VALUE "ProductVersion", "0.6.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions OBS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTI
CAPTION "ImportGlobalSources"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LISTBOX IDC_SOURCES,7,7,117,153,LBS_EXTENDEDSEL | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
LISTBOX IDC_SOURCES,7,7,117,153,LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,17,164,50,14
PUSHBUTTON "CANCEL",IDCANCEL,69,164,50,14
END
Expand Down Expand Up @@ -895,8 +895,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,2,2
PRODUCTVERSION 0,6,2,2
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -912,12 +912,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.2.2"
VALUE "FileVersion", "0.6.3.0"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.2.2"
VALUE "ProductVersion", "0.6.3.0"
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,2,2
PRODUCTVERSION 0,6,2,2
FILEVERSION 0,6,3,0
PRODUCTVERSION 0,6,3,0
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.2.2"
VALUE "FileVersion", "0.6.3.0"
VALUE "InternalName", "OBSApi.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "OBSApi.dll"
VALUE "ProductName", "Open Broadcaster Software API Library"
VALUE "ProductVersion", "0.6.2.2"
VALUE "ProductVersion", "0.6.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 26b2200

Please sign in to comment.