From aa2d93478006ac37de8a2571a644ce5505fe3731 Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Thu, 24 Jul 2014 23:17:20 +0200 Subject: [PATCH] DBG: updated version --- x64_dbg_bridge/bridgemain.h | 2 +- x64_dbg_exe/manifest.xml | 2 +- x64_dbg_exe/resource.rc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x64_dbg_bridge/bridgemain.h b/x64_dbg_bridge/bridgemain.h index acdb44b8..c7e1187d 100644 --- a/x64_dbg_bridge/bridgemain.h +++ b/x64_dbg_bridge/bridgemain.h @@ -37,7 +37,7 @@ extern "C" //Bridge defines #define MAX_SETTING_SIZE 65536 -#define DBG_VERSION 20 +#define DBG_VERSION 21 //Bridge functions BRIDGE_IMPEXP const char* BridgeInit(); diff --git a/x64_dbg_exe/manifest.xml b/x64_dbg_exe/manifest.xml index bc36266a..618fb8e3 100644 --- a/x64_dbg_exe/manifest.xml +++ b/x64_dbg_exe/manifest.xml @@ -9,7 +9,7 @@ diff --git a/x64_dbg_exe/resource.rc b/x64_dbg_exe/resource.rc index 42f8a6d4..532ba29e 100644 --- a/x64_dbg_exe/resource.rc +++ b/x64_dbg_exe/resource.rc @@ -23,8 +23,8 @@ IDI_ICON1 ICON "..\\bug.ico" // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 0,0,2,0 - PRODUCTVERSION 0,0,2,0 + FILEVERSION 0,0,2,1 + PRODUCTVERSION 0,0,2,1 FILEOS VOS_UNKNOWN FILETYPE VFT_UNKNOWN FILESUBTYPE VFT2_UNKNOWN @@ -45,7 +45,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL VALUE "OriginalFilename", "" VALUE "PrivateBuild", "" VALUE "ProductName", "x64_dbg" - VALUE "ProductVersion", "V2.0ALPHA" + VALUE "ProductVersion", "V2.1ALPHA" VALUE "SpecialBuild", "" } }