From 37d28fcc1e459512567c08d75460acf5b9627d50 Mon Sep 17 00:00:00 2001 From: ThunderCls Date: Thu, 20 Sep 2018 20:23:29 -0400 Subject: [PATCH] version number updated --- xAnalyzer/plugin.cpp | 4 ++-- xAnalyzer/plugin.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xAnalyzer/plugin.cpp b/xAnalyzer/plugin.cpp index 677711f..4e96cb6 100644 --- a/xAnalyzer/plugin.cpp +++ b/xAnalyzer/plugin.cpp @@ -87,8 +87,8 @@ PLUG_EXPORT void CBMENUENTRY(CBTYPE cbType, PLUG_CB_MENUENTRY* info) conf.extended_analysis = false; else { - if (MessageBox(hwndDlg, "By using this option the entire code section will be processed.\n" - "Doing this may take some time to complete and amounts of RAM\n" + if (MessageBox(hwndDlg, "By using this option the entire code section will be processed. " + "Doing this may take some time to complete and amounts of RAM " "memory depending on the size of the section.\n\n" "Do you wish to continue?", "Extended Analysis?", MB_ICONINFORMATION + MB_YESNO) == IDYES) diff --git a/xAnalyzer/plugin.h b/xAnalyzer/plugin.h index 5fba240..5fcf386 100644 --- a/xAnalyzer/plugin.h +++ b/xAnalyzer/plugin.h @@ -5,7 +5,7 @@ //plugin data #define PLUGIN_NAME "xAnalyzer" #define PLUGIN_VERSION 2 -#define PLUGIN_VERSION_STR "2.5.2" +#define PLUGIN_VERSION_STR "2.5.3" enum {