Skip to content

Commit

Permalink
release 1.1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Sep 8, 2023
1 parent a2ea0c9 commit d5edbea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/DockingFeature/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CAPTION "MultiReplace Plugin"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK", IDOK, 70, 110, 60, 20
LTEXT "Version: 1.0.3.4", IDC_VERSION_STATIC, 20, 20, 200, 11
LTEXT "Version: 1.1.0.5", IDC_VERSION_STATIC, 20, 20, 200, 11
CONTROL "Author:", IDC_AUTHOR_STATIC, "Static", SS_LEFT | WS_VISIBLE, 20, 40, 60, 11
CONTROL "Thomas Knoefel", IDC_NAME_STATIC, "Static", SS_NOTIFY | WS_VISIBLE, 60, 40, 100, 11
LTEXT "License: GPLv2", IDC_LICENSE_STATIC, 20, 60, 200, 11
Expand Down
6 changes: 3 additions & 3 deletions src/MultiReplace.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

/* VERSION DEFINITIONS */
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_RELEASE 3
#define VER_BUILD 4
#define VER_MINOR 1
#define VER_RELEASE 0
#define VER_BUILD 5
#define VER_STRING STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_RELEASE) "." STR(VER_BUILD)

VS_VERSION_INFO VERSIONINFO
Expand Down
2 changes: 1 addition & 1 deletion src/MultiReplacePanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ INT_PTR CALLBACK MultiReplace::run_dlgProc(UINT message, WPARAM wParam, LPARAM l
setSelections(!currentSelectionStatus, true);
}
}
/* For testing purpuses only!
/* For testing purposes only!
else if (pnkd->wVKey == VK_F10) {
findAllDelimitersInDocument();
isLoggingEnabled = true;
Expand Down

0 comments on commit d5edbea

Please sign in to comment.