Bump file version and copyright

This commit is contained in:
Richard Stanway 2014-02-16 23:07:43 +01:00
parent a190a57e42
commit 3ffef86d60

10
OBS.rc
View File

@ -888,8 +888,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,5,4
PRODUCTVERSION 0,5,5,4
FILEVERSION 0,6,1,1
PRODUCTVERSION 0,6,1,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -905,12 +905,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Open Broadcaster Software"
VALUE "FileVersion", "0.5.5.4"
VALUE "FileVersion", "0.6.1.1"
VALUE "InternalName", "OBS"
VALUE "LegalCopyright", "Copyright (C) 2013"
VALUE "LegalCopyright", "Copyright (C) 2013-2014"
VALUE "OriginalFilename", "OBS.exe"
VALUE "ProductName", "Open Broadcaster Software"
VALUE "ProductVersion", "0.5.5.4"
VALUE "ProductVersion", "0.6.1.1"
END
END
BLOCK "VarFileInfo"