Skip to content

Commit

Permalink
version number updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderCls committed Sep 21, 2018
1 parent 175b014 commit 37d28fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xAnalyzer/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion xAnalyzer/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 37d28fc

Please sign in to comment.