gsdx: Bump gsdx version number to 1.2.0.

This commit is contained in:
lightningterror 2020-02-10 20:22:27 +01:00
parent 62dd5d980d
commit 4aa594197a
2 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ EXPORT_C_(const char*) PS2EgetLibName()
EXPORT_C_(uint32) PS2EgetLibVersion2(uint32 type) EXPORT_C_(uint32) PS2EgetLibVersion2(uint32 type)
{ {
const uint32 revision = 1; const uint32 revision = 1;
const uint32 build = 1; const uint32 build = 2;
return (build << 0) | (revision << 8) | (PS2E_GS_VERSION << 16) | (PLUGIN_VERSION << 24); return (build << 0) | (revision << 8) | (PS2E_GS_VERSION << 16) | (PLUGIN_VERSION << 24);
} }

View File

@ -417,8 +417,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,1,9 FILEVERSION 1,2,0,0
PRODUCTVERSION 1,0,1,9 PRODUCTVERSION 1,2,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -436,12 +436,12 @@ BEGIN
VALUE "Comments", "http://guliverkli.sf.net/" VALUE "Comments", "http://guliverkli.sf.net/"
VALUE "CompanyName", "Gabest" VALUE "CompanyName", "Gabest"
VALUE "FileDescription", "GS plugin for ps2 emulators" VALUE "FileDescription", "GS plugin for ps2 emulators"
VALUE "FileVersion", "1, 0, 1, 9" VALUE "FileVersion", "1, 2, 0, 0"
VALUE "InternalName", "GSdx.dll" VALUE "InternalName", "GSdx.dll"
VALUE "LegalCopyright", "Copyright (c) 2007-2008 Gabest. All rights reserved." VALUE "LegalCopyright", "Copyright (c) 2007-2008 Gabest. All rights reserved."
VALUE "OriginalFilename", "GSdx.dll" VALUE "OriginalFilename", "GSdx.dll"
VALUE "ProductName", "GSdx" VALUE "ProductName", "GSdx"
VALUE "ProductVersion", "1, 0, 1, 9" VALUE "ProductVersion", "1, 2, 0, 0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"