Skip to content

Commit

Permalink
Update to version 0.613b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Mar 8, 2014
1 parent dfc96d0 commit 6a4f15f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 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,1,2
PRODUCTVERSION 0,6,1,2
FILEVERSION 0,6,1,3
PRODUCTVERSION 0,6,1,3
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.1.2"
VALUE "FileVersion", "0.6.1.3"
VALUE "InternalName", "DShowPlugin.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "DShowPlugin.dll"
VALUE "ProductName", "Open Broadcaster Software DirectShow Plugin"
VALUE "ProductVersion", "0.6.1.2"
VALUE "ProductVersion", "0.6.1.3"
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,6,1,2
PRODUCTVERSION 0,6,1,2
FILEVERSION 0,6,1,3
PRODUCTVERSION 0,6,1,3
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.6.1.2"
VALUE "FileVersion", "0.6.1.3"
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.1.2"
VALUE "ProductVersion", "0.6.1.3"
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,1,2
PRODUCTVERSION 0,6,1,2
FILEVERSION 0,6,1,3
PRODUCTVERSION 0,6,1,3
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.1.2"
VALUE "FileVersion", "0.6.1.3"
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.1.2"
VALUE "ProductVersion", "0.6.1.3"
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 @@ -896,8 +896,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,1,2
PRODUCTVERSION 0,6,1,2
FILEVERSION 0,6,1,3
PRODUCTVERSION 0,6,1,3
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -913,12 +913,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.6.1.2"
VALUE "FileVersion", "0.6.1.3"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.1.2"
VALUE "ProductVersion", "0.6.1.3"
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,1,2
PRODUCTVERSION 0,6,1,2
FILEVERSION 0,6,1,3
PRODUCTVERSION 0,6,1,3
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.1.2"
VALUE "FileVersion", "0.6.1.3"
VALUE "InternalName", "OBSApi.dll"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "OriginalFilename", "OBSApi.dll"
VALUE "ProductName", "Open Broadcaster Software API Library"
VALUE "ProductVersion", "0.6.1.2"
VALUE "ProductVersion", "0.6.1.3"
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 0x006102 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.612b"
#define OBS_VERSION 0x006103 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.613b"
//#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
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.612b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.613b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 6a4f15f

Please sign in to comment.