Skip to content

Commit

Permalink
updated version to 0.542b
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Jul 20, 2013
1 parent 057314f commit 2001e51
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 24 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,4,1
PRODUCTVERSION 0,5,4,1
FILEVERSION 0,5,4,2
PRODUCTVERSION 0,5,4,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.4.1"
VALUE "FileVersion", "0.5.4.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.4.1"
VALUE "ProductVersion", "0.5.4.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,4,1
PRODUCTVERSION 0,5,4,1
FILEVERSION 0,5,4,2
PRODUCTVERSION 0,5,4,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.4.1"
VALUE "FileVersion", "0.5.4.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.4.1"
VALUE "ProductVersion", "0.5.4.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 6 additions & 4 deletions GraphicsCapture/GraphicsCaptureHook/GraphicsCaptureHook.rc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -52,15 +53,16 @@ END

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,4,1
PRODUCTVERSION 0,5,4,1
FILEVERSION 0,5,4,2
PRODUCTVERSION 0,5,4,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -76,12 +78,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software Game Capture Hook"
VALUE "FileVersion", "0.5.4.1"
VALUE "FileVersion", "0.5.4.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.4.1"
VALUE "ProductVersion", "0.5.4.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 @@ -826,8 +826,8 @@ END
//

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

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -50,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,4,1
PRODUCTVERSION 0,5,4,1
FILEVERSION 0,5,4,2
PRODUCTVERSION 0,5,4,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -67,12 +68,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software API Library"
VALUE "FileVersion", "0.5.4.1"
VALUE "FileVersion", "0.5.4.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.4.1"
VALUE "ProductVersion", "0.5.4.2"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions Source/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ extern bool bIsPortable;
extern TCHAR lpAppPath[MAX_PATH];
extern TCHAR lpAppDataPath[MAX_PATH];

#define OBS_VERSION 0x005401 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.541b"
#define OBS_VERSION 0x005402 //version number is 0xMMmmtt (Major.minor.test - yes I know it's hex)
#define OBS_VERSION_STRING_ANSI "Open Broadcaster Software v0.542b"
#define OBS_VERSION_STRING TEXT(OBS_VERSION_STRING_ANSI)
#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater
//#define OBS_TEST_BUILD 1 //define this if releasing a test build to disable the auto updater

#ifdef _DEBUG
#define OBS_DISABLE_AUTOUPDATE 1
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.541b"
!define APPNAMEANDVERSION "Open Broadcaster Software 0.542b"

; Additional script dependencies
!include WinVer.nsh
Expand Down

0 comments on commit 2001e51

Please sign in to comment.