1
0
Fork 0

PROJECT: updated version

This commit is contained in:
Mr. eXoDia 2014-08-09 16:49:05 +02:00
parent c56b13ff54
commit 7e7f051cab
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ extern "C"
//Bridge defines
#define MAX_SETTING_SIZE 65536
#define DBG_VERSION 21
#define DBG_VERSION 22
//Bridge functions
BRIDGE_IMPEXP const char* BridgeInit();

View File

@ -68,8 +68,8 @@ IDI_ICON1 ICON "..\\bug.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,2,1
PRODUCTVERSION 0,0,2,1
FILEVERSION 0,0,2,2
PRODUCTVERSION 0,0,2,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -85,10 +85,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "x64_dbg"
VALUE "FileVersion", "0.0.2.1"
VALUE "FileVersion", "0.0.2.2"
VALUE "LegalCopyright", "x64dbg.com"
VALUE "ProductName", "x64_dbg"
VALUE "ProductVersion", "V2.1ALPHA"
VALUE "ProductVersion", "V2.2ALPHA"
END
END
BLOCK "VarFileInfo"