1
0
Fork 0

DBG: updated debugger version

This commit is contained in:
Mr. eXoDia 2014-10-25 12:43:55 +02:00
parent c7719cd8e1
commit 7a283696d3
2 changed files with 7 additions and 8 deletions

View File

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

View File

@ -17,6 +17,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@ -55,12 +56,10 @@ IDI_ICON1 ICON "..\\bug.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Manifest
// RT_MANIFEST
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
1 RT_MANIFEST ".\\manifest.xml"
1 RT_MANIFEST ".\\manifest.xml"
/////////////////////////////////////////////////////////////////////////////
//
@ -68,8 +67,8 @@ IDI_ICON1 ICON "..\\bug.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,2,2
PRODUCTVERSION 0,0,2,2
FILEVERSION 0,0,2,3
PRODUCTVERSION 0,0,2,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -85,7 +84,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "x64_dbg"
VALUE "FileVersion", "0.0.2.2"
VALUE "FileVersion", "0.0.2.3"
VALUE "LegalCopyright", "x64dbg.com"
VALUE "ProductName", "x64_dbg"
VALUE "ProductVersion", "V2.2ALPHA"