Skip to content

Commit

Permalink
Update to 0.637
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Oct 4, 2014
1 parent a86c723 commit 45b732a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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,5
PRODUCTVERSION 0,6,3,5
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
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.5"
VALUE "FileVersion", "0.6.3.7"
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.5"
VALUE "ProductVersion", "0.6.3.7"
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,5
PRODUCTVERSION 0,6,3,5
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
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.5"
VALUE "FileVersion", "0.6.3.7"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.6.3.5"
VALUE "ProductVersion", "0.6.3.7"
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,0
PRODUCTVERSION 0,6,3,0
FILEVERSION 0,6,3,7
PRODUCTVERSION 0,6,3,7
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.0"
VALUE "FileVersion", "0.6.3.7"
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.0"
VALUE "ProductVersion", "0.6.3.7"
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 0x006306 //version number is 0xMMmmtt (super-major.major.minor - hex)
#define OBS_VERSION_STRING_RAW "Open Broadcaster Software v0.636b"
#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_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.636b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.637b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 45b732a

Please sign in to comment.