Skip to content

Commit

Permalink
Update resource files/installer to 0.612
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Feb 19, 2014
1 parent 45fc942 commit 04b913c
Show file tree
Hide file tree
Showing 6 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,5,5,4
PRODUCTVERSION 0,5,5,4
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
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.5.5.4"
VALUE "FileVersion", "0.6.1.2"
VALUE "InternalName", "DShowPlugin.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "DShowPlugin.dll"
VALUE "ProductName", "Open Broadcaster Software DirectShow Plugin"
VALUE "ProductVersion", "0.5.5.4"
VALUE "ProductVersion", "0.6.1.2"
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 @@ -106,8 +106,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,5,4
PRODUCTVERSION 0,5,5,4
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -123,12 +123,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software Game Capture Plugin"
VALUE "FileVersion", "0.5.5.4"
VALUE "FileVersion", "0.6.1.2"
VALUE "InternalName", "GraphicsCapture.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "GraphicsCapture.dll"
VALUE "ProductName", "Open Broadcaster Software Game Capture Plugin"
VALUE "ProductVersion", "0.5.5.4"
VALUE "ProductVersion", "0.6.1.2"
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,5,5,4
PRODUCTVERSION 0,5,5,4
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
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.5.5.4"
VALUE "FileVersion", "0.6.1.2"
VALUE "InternalName", "GraphicsCaptureHook.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "GraphicsCaptureHook.dll"
VALUE "ProductName", "Open Broadcaster Software Game Capture Hook"
VALUE "ProductVersion", "0.5.5.4"
VALUE "ProductVersion", "0.6.1.2"
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 @@ -888,8 +888,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,1,1
PRODUCTVERSION 0,6,1,1
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -905,12 +905,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.1.1"
VALUE "FileVersion", "0.6.1.2"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.1.1"
VALUE "ProductVersion", "0.6.1.2"
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,5,5,4
PRODUCTVERSION 0,5,5,4
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
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.5.5.4"
VALUE "FileVersion", "0.6.1.2"
VALUE "InternalName", "OBSApi.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "OBSApi.dll"
VALUE "ProductName", "Open Broadcaster Software API Library"
VALUE "ProductVersion", "0.5.5.4"
VALUE "ProductVersion", "0.6.1.2"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; Define your application name
!define APPNAME "Open Broadcaster Software"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.611b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.612b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 04b913c

Please sign in to comment.